Force working version XML::Atom
Simon Wistow [Fri, 22 Aug 2008 19:56:17 +0000 (19:56 +0000)]
http://rt.cpan.org/Public/Bug/Display.html?id=22548
http://rt.cpan.org/Public/Bug/Display.html?id=19920

Changes
Makefile.PL

diff --git a/Changes b/Changes
index 57a75fb..ae1e659 100644 (file)
--- a/Changes
+++ b/Changes
@@ -9,7 +9,10 @@ Revision history for XML::Feed
     - Allow pass through of initialisation options
       http://rt.cpan.org/Public/Bug/Display.html?id=24729
       (Christopher H. Laco CLACO)
-
+    - Force working version XML::Atom 
+      http://rt.cpan.org/Public/Bug/Display.html?id=22548
+      http://rt.cpan.org/Public/Bug/Display.html?id=19920
+  
 0.12  2006.08.13
     - Generate Atom 1.0 feeds by default. Thanks to Tatsuhiko Miyagawa for
       the patch.
index 9d431f9..dad90d9 100644 (file)
@@ -16,7 +16,7 @@ requires('Class::ErrorHandler');
 requires('Feed::Find');
 requires('URI::Fetch');
 requires('XML::RSS' => 1.01);
-requires('XML::Atom' => 0.08);
+requires('XML::Atom' => 0.23);
 requires('DateTime');
 requires('DateTime::Format::Mail');
 requires('DateTime::Format::W3CDTF');