projects
/
catagits/XML-Feed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0fe6200
)
Bump version for release
master
Dave Cross [Fri, 4 Jan 2013 06:47:06 +0000 (06:47 +0000)]
lib/XML/Feed.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/XML/Feed.pm
b/lib/XML/Feed.pm
index
d51ab5b
..
4e775d0
100644
(file)
--- a/
lib/XML/Feed.pm
+++ b/
lib/XML/Feed.pm
@@
-10,7
+10,7
@@
use Module::Pluggable search_path => "XML::Feed::Format",
require => 1,
sub_name => 'formatters';
-our $VERSION = '0.50';
+our $VERSION = '0.51';
our $MULTIPLE_ENCLOSURES = 0;
our @formatters;
BEGIN {