Skip to content

Commit

Permalink
bump VERSION for CPAN release
Browse files Browse the repository at this point in the history
remove blead from .travis.yml as failing to install blead, instead
add 5.24. add list of contributors to perldoc
  • Loading branch information
leejo committed Feb 6, 2017
1 parent 2d99dd3 commit 4b86eba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,6 +1,6 @@
language: perl
perl:
- "blead"
- "5.24"
- "5.22"
- "5.20"
- "5.18"
Expand Down
1 change: 1 addition & 0 deletions README.markdown
Expand Up @@ -193,6 +193,7 @@ See [AWS::S3::Bucket](https://metacpan.org/pod/AWS::S3::Bucket) for details on h
# AUTHOR

Originally John Drago `jdrago_999@yahoo.com`, currently maintained by Lee Johnson (LEEJO) `leejo@cpan.org`
with contributions from Evan Carroll, Robin Clarke, Ulrich Kautz, simbabque

# LICENSE

Expand Down
3 changes: 2 additions & 1 deletion lib/AWS/S3.pm
Expand Up @@ -13,7 +13,7 @@ use AWS::S3::ResponseParser;
use AWS::S3::Owner;
use AWS::S3::Bucket;

our $VERSION = '0.12';
our $VERSION = '0.13';

has [qw/access_key_id secret_access_key/] => ( is => 'ro', isa => 'Str' );

Expand Down Expand Up @@ -300,6 +300,7 @@ L<AWS::S3::Owner>
=head1 AUTHOR
Originally John Drago C<jdrago_999@yahoo.com>, currently maintained by Lee Johnson (LEEJO) C<leejo@cpan.org>
with contributions from Evan Carroll, Robin Clarke, Ulrich Kautz, simbabque
=head1 LICENSE
Expand Down

0 comments on commit 4b86eba

Please sign in to comment.