Skip to content

Commit 68b4eee

Browse files
committed
Bump version
1 parent a6fc836 commit 68b4eee

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

lib/XML/Feed.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use Module::Pluggable search_path => "XML::Feed::Format",
1313
require => 1,
1414
sub_name => 'formatters';
1515

16-
our $VERSION = '0.57';
16+
our $VERSION = '0.58';
1717
our $MULTIPLE_ENCLOSURES = 0;
1818
our @formatters;
1919
BEGIN {

lib/XML/Feed/Content.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package XML::Feed::Content;
22
use strict;
33
use warnings;
44

5-
our $VERSION = '0.57';
5+
our $VERSION = '0.58';
66

77
use base qw( Class::ErrorHandler );
88

lib/XML/Feed/Enclosure.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package XML::Feed::Enclosure;
22
use strict;
33
use warnings;
44

5-
our $VERSION = '0.57';
5+
our $VERSION = '0.58';
66

77
use base qw( Class::ErrorHandler );
88

lib/XML/Feed/Entry.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use strict;
33
use warnings;
44
use v5.10;
55

6-
our $VERSION = '0.57';
6+
our $VERSION = '0.58';
77

88
use base qw( Class::ErrorHandler );
99

lib/XML/Feed/Entry/Format/Atom.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use strict;
33
use warnings;
44
use v5.10;
55

6-
our $VERSION = '0.57';
6+
our $VERSION = '0.58';
77

88
use base qw( XML::Feed::Entry );
99
use XML::Feed::Content;

lib/XML/Feed/Entry/Format/RSS.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use strict;
33
use warnings;
44
use v5.10;
55

6-
our $VERSION = '0.57';
6+
our $VERSION = '0.58';
77

88
sub format { 'RSS ' . $_[0]->{'_version'} }
99

lib/XML/Feed/Format/Atom.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use strict;
33
use warnings;
44
use v5.10;
55

6-
our $VERSION = '0.57';
6+
our $VERSION = '0.58';
77

88
use base qw( XML::Feed );
99
use XML::Atom::Feed;

lib/XML/Feed/Format/RSS.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use strict;
33
use warnings;
44
use v5.10;
55

6-
our $VERSION = '0.57';
6+
our $VERSION = '0.58';
77

88
use base qw( XML::Feed );
99
use DateTime::Format::Mail;

lib/XML/Feed/Util.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package XML::Feed::Util;
22
use strict;
33
use warnings;
44

5-
our $VERSION = '0.57';
5+
our $VERSION = '0.58';
66

77
use base qw( Exporter );
88
use DateTime::Format::Flexible;

0 commit comments

Comments
 (0)