Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.03. Changelog diff is:
Browse files Browse the repository at this point in the history
  • Loading branch information
dann committed Jun 29, 2008
1 parent 98ad82d commit b7fcd8f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,7 @@
Revision history for Perl extension Shell::Amazon::S3 Revision history for Perl extension Shell::Amazon::S3


0.03 Tue Jun 29 20:59:06 2008
* shipit test
0.02 Tue Jun 24 20:59:06 2008 0.02 Tue Jun 24 20:59:06 2008
* shipit test * shipit test
0.01 Tue Jun 24 20:59:06 2008 0.01 Tue Jun 24 20:59:06 2008
Expand Down
2 changes: 1 addition & 1 deletion META.yml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ requires:
Term::ReadLine: 0 Term::ReadLine: 0
YAML: 0 YAML: 0
namespace::clean: 0 namespace::clean: 0
version: 0.02 version: 0.03
2 changes: 1 addition & 1 deletion lib/Shell/Amazon/S3.pm
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use Shell::Amazon::S3::ConfigLoader;
use Perl6::Say; use Perl6::Say;
use Data::Dumper; use Data::Dumper;


our $VERSION = '0.02'; our $VERSION = '0.03';


with 'MooseX::Object::Pluggable'; with 'MooseX::Object::Pluggable';


Expand Down

0 comments on commit b7fcd8f

Please sign in to comment.