Another round of changes to fix (and test) https://rt.cpan.org/Public/Bug/Display...
[catagits/XML-Feed.git] / lib / XML / Feed.pm
index 7f609f3..2192e1c 100644 (file)
@@ -12,7 +12,7 @@ use Module::Pluggable search_path => "XML::Feed::Format",
                       require     => 1,
                       sub_name    => 'formatters';
 
-our $VERSION = '0.44';
+our $VERSION = '0.45';
 our $MULTIPLE_ENCLOSURES = 0;
 our @formatters;
 BEGIN {