Skip to content

Commit

Permalink
import Feed-Find 0.02 from CPAN
Browse files Browse the repository at this point in the history
git-cpan-module:   Feed-Find
git-cpan-version:  0.02
git-cpan-authorid: BTROTT
git-cpan-file:     authors/id/B/BT/BTROTT/Feed-Find-0.02.tar.gz
  • Loading branch information
Benjamin Trott authored and schwern committed Dec 11, 2009
1 parent b321f73 commit 45716c2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
5 changes: 4 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# $Id: Changes,v 1.2 2004/08/17 17:19:05 btrott Exp $
# $Id: Changes,v 1.3 2004/08/18 02:43:20 btrott Exp $

Revision history for Feed::Find

0.02 2004.08.18
- Added missing prereq to Makefile.PL (Class::ErrorHandler).

0.01 2004.08.17
- Initial distribution.
3 changes: 2 additions & 1 deletion META.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: Feed-Find
version: 0.01
version: 0.02
abstract: Syndication Feed Discovery
author: Benjamin Trott <cpan@stupidfool.org>
license: perl
distribution_type: module
requires:
Class::ErrorHandler: 0
LWP: 0
HTML::Parser: 0
URI: 0
Expand Down
3 changes: 2 additions & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $Id: Makefile.PL,v 1.1.1.1 2004/08/15 15:40:02 btrott Exp $
# $Id: Makefile.PL,v 1.2 2004/08/18 02:43:20 btrott Exp $

use inc::Module::Install;

Expand All @@ -12,6 +12,7 @@ sign(1);

include('ExtUtils::AutoInstall');

requires('Class::ErrorHandler');
requires('LWP');
requires('HTML::Parser');
requires('URI');
Expand Down
4 changes: 2 additions & 2 deletions lib/Feed/Find.pm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $Id: Find.pm,v 1.2 2004/08/17 17:19:05 btrott Exp $
# $Id: Find.pm,v 1.3 2004/08/18 02:44:03 btrott Exp $

package Feed::Find;
use strict;
Expand All @@ -9,7 +9,7 @@ use HTML::Parser;
use URI;

use vars qw( $VERSION );
$VERSION = '0.01';
$VERSION = '0.02';

use constant FEED_MIME_TYPES => [
'application/x.atom+xml',
Expand Down

0 comments on commit 45716c2

Please sign in to comment.