Skip to content

Commit

Permalink
Increment to v0.12.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Nov 6, 2013
1 parent 709bbf8 commit 9a2ef4e
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions Changes
@@ -1,5 +1,7 @@
Revision history for Perl extension WWW-PGXN.

0.12.5

0.12.4 2013-11-06T05:56:15Z
- Removed the Pod tests from the distribution.
- Fixed user agent string so it actually includes the version number.
Expand Down
2 changes: 1 addition & 1 deletion lib/WWW/PGXN.pm
Expand Up @@ -12,7 +12,7 @@ use URI::Template;
use JSON ();
use Carp;

our $VERSION = v0.12.4;
our $VERSION = v0.12.5;

sub new {
my($class, %params) = @_;
Expand Down
2 changes: 1 addition & 1 deletion lib/WWW/PGXN/Distribution.pm
Expand Up @@ -4,7 +4,7 @@ use 5.8.1;
use strict;
use File::Spec;
use Carp;
our $VERSION = v0.12.4;
our $VERSION = v0.12.5;

BEGIN {
# XXX Use DateTime for release date?
Expand Down
2 changes: 1 addition & 1 deletion lib/WWW/PGXN/Extension.pm
Expand Up @@ -3,7 +3,7 @@ package WWW::PGXN::Extension;
use 5.8.1;
use strict;

our $VERSION = v0.12.4;
our $VERSION = v0.12.5;

BEGIN {
# Hash accessors.
Expand Down
2 changes: 1 addition & 1 deletion lib/WWW/PGXN/Mirror.pm
Expand Up @@ -3,7 +3,7 @@ package WWW::PGXN::Mirror;
use 5.8.1;
use strict;

our $VERSION = v0.12.4;
our $VERSION = v0.12.5;

BEGIN {
for my $attr (qw(
Expand Down
2 changes: 1 addition & 1 deletion lib/WWW/PGXN/Tag.pm
Expand Up @@ -3,7 +3,7 @@ package WWW::PGXN::Tag;
use 5.8.1;
use strict;

our $VERSION = v0.12.4;
our $VERSION = v0.12.5;

sub new {
my ($class, $data) = @_;
Expand Down
2 changes: 1 addition & 1 deletion lib/WWW/PGXN/User.pm
Expand Up @@ -3,7 +3,7 @@ package WWW::PGXN::User;
use 5.8.1;
use strict;

our $VERSION = v0.12.4;
our $VERSION = v0.12.5;

BEGIN {
for my $attr (qw(
Expand Down

0 comments on commit 9a2ef4e

Please sign in to comment.