Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
yko committed Aug 14, 2010
1 parent e19f8f0 commit fc4d10d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Changes
Expand Up @@ -14,3 +14,8 @@ Revision history for mojox-cpan-uploader

0.01_3 The Aug 11 00:01:05 2010
Verbose exceptions and errors

0.01_4 The Aug 14 22:53:35 2010
mojo-cpanup can save user details
Deps fixes
Tests fixes
2 changes: 1 addition & 1 deletion README
@@ -1,4 +1,4 @@
Mojox-CPAN-Uploader version 0.01_2
Mojox-CPAN-Uploader version 0.01_4

Mojo way to upload files to CPAN

Expand Down
2 changes: 2 additions & 0 deletions bin/mojo-cpanup
Expand Up @@ -89,6 +89,8 @@ exit;

sub usage {
print <<END;
mojo-cpanup v. $MojoX::CPAN::Uploader::VERSION
Usage:
$0 --user=username --password=password package.tar.gz subdir
$0 --user=username --password=password package.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion lib/MojoX/CPAN/Uploader.pm
Expand Up @@ -25,7 +25,7 @@ __PACKAGE__->attr(
}
);

our $VERSION = '0.01_3';
our $VERSION = '0.01_4';

sub auth {
my $self = shift;
Expand Down

0 comments on commit fc4d10d

Please sign in to comment.