Merge branch 'master' of git.shadowcat.co.uk:XML-Feed
Dave Cross [Mon, 12 Mar 2012 19:46:43 +0000 (19:46 +0000)]
Build.PL
lib/XML/Feed.pm

index 9dacd64..8b604f8 100644 (file)
--- a/Build.PL
+++ b/Build.PL
@@ -18,7 +18,7 @@ my $build = Module::Build
                           'LWP::UserAgent'             => 0,
                           'Module::Pluggable'          => 0,
                           'URI::Fetch'                 => 0,
-                          'XML::Atom'                  => '0.37',
+                          'XML::Atom'                  => '0.38',
                           'XML::LibXML'                => '1.66',
                           'XML::RSS'                   => '1.47',
                           'Test::More'                 => 0,
index 955a147..8fb8ce9 100644 (file)
@@ -12,7 +12,7 @@ use Module::Pluggable search_path => "XML::Feed::Format",
                       require     => 1,
                       sub_name    => 'formatters';
 
-our $VERSION = '0.46';
+our $VERSION = '0.47';
 our $MULTIPLE_ENCLOSURES = 0;
 our @formatters;
 BEGIN {