Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Jan 28, 2016
1 parent 221f974 commit e5fdb7a
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions lib/Module/Release.pm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ use warnings;
no warnings;
use vars qw($VERSION);

$VERSION = '2.12_01';
$VERSION = '2.121_01';

use Carp qw(carp croak);
use File::Basename qw(dirname);
Expand Down Expand Up @@ -854,7 +854,7 @@ sub dist_version {

no warnings 'uninitialized';
my ($version_str, $vee, $version) = $self->remote_file
=~ / ( (v?) ([\d_.]+) ) (?:\. tar \. gz)? $/xi
=~ / ( (v?) ([\d_.]+) ) (?:\. (?: tar \. gz | zip ) )? $/xi
or return '';

my @components = split /[.]/, $version;
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Release/FTP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ our @EXPORT = qw(
default_ftp_password default_ftp_upload_dir
);

$VERSION = '2.12_01';
$VERSION = '2.121_01';

=encoding utf8
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Release/Kwalitee.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use vars qw($VERSION);

our @EXPORT = qw(check_kwalitee cpants_lint cpants_pass_regex );

$VERSION = '2.12_01';
$VERSION = '2.121_01';

=encoding utf8
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Release/MANIFEST.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use vars qw($VERSION);

our @EXPORT = qw( check_MANIFEST );

$VERSION = '2.12_01';
$VERSION = '2.121_01';

=encoding utf8
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Release/PAUSE.pm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use Carp qw(croak);
our @EXPORT = qw(
);

$VERSION = '2.12_01';
$VERSION = '2.121_01';

=encoding utf8
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Release/Prereq.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use vars qw($VERSION);

our @EXPORT = qw( check_prereqs _get_prereq_ignore_list );

$VERSION = '2.12_01';
$VERSION = '2.121_01';

=encoding utf8
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Release/SVN.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use Carp;

our @EXPORT = qw(check_vcs vcs_tag make_vcs_tag);

$VERSION = '2.12_01';
$VERSION = '2.121_01';

=encoding utf8
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/Release/WebUpload/Mojo.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ our @EXPORT = qw(
pause_add_uri
);

$VERSION = '2.12_01';
$VERSION = '2.121_01';

=encoding utf8
Expand Down

0 comments on commit e5fdb7a

Please sign in to comment.