Skip to content

Commit

Permalink
Load XML-Feed-0.11 into trunk.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwistow committed Apr 22, 2008
1 parent 4f6ca99 commit 4679cf3
Show file tree
Hide file tree
Showing 9 changed files with 708 additions and 8 deletions.
7 changes: 6 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# $Id: Changes 1948 2006-07-17 16:06:18Z btrott $
# $Id: Changes 1956 2006-08-08 04:34:54Z btrott $

Revision history for XML::Feed

0.11 2006.08.07
- Fixed a bug in XML::Feed::Atom where entry->link and feed->link didn't
return the proper link element if the "rel" attribute wasn't defined for
a <link /> tag. Thanks to Tatsuhiko Miyagawa for the patch.

0.10 2006.07.17
- Oops, an Atom test in 01-parse.t was previously succeeding only because
of a bug in XML::Atom. Now that that bug is fixed, this one is now
Expand Down
3 changes: 3 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ inc/Module/Install/Makefile.pm
inc/Module/Install/Metadata.pm
inc/Module/Install/Win32.pm
inc/Module/Install/WriteAll.pm
inc/Test/More.pm
lib/XML/Feed.pm
lib/XML/Feed/Atom.pm
lib/XML/Feed/Content.pm
Expand All @@ -28,6 +29,8 @@ t/00-compile.t
t/01-parse.t
t/02-create.t
t/04-splice.t
t/05-atom10-link.t
t/samples/atom-10-example.xml
t/samples/atom.xml
t/samples/rss10-invalid-date.xml
t/samples/rss10.xml
Expand Down
3 changes: 2 additions & 1 deletion META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ author: Six Apart <cpan@sixapart.com>
build_requires:
HTML::TokeParser: 0
LWP: 0
Test::More: 0
distribution_type: module
generated_by: Module::Install version 0.61
license: perl
Expand All @@ -22,4 +23,4 @@ requires:
URI::Fetch: 0
XML::Atom: 0.08
XML::RSS: 1.01
version: 0.10
version: 0.11
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 1925 2006-03-03 17:37:50Z btrott $
# $Id: Makefile.PL 1955 2006-08-02 05:59:58Z btrott $

use inc::Module::Install;

Expand All @@ -23,6 +23,7 @@ requires('DateTime::Format::W3CDTF');
requires('List::Util');
build_requires('LWP');
build_requires('HTML::TokeParser');
build_requires('Test::More');

auto_include();
auto_install();
Expand Down
Loading

0 comments on commit 4679cf3

Please sign in to comment.