[libnet-amazon-s3-perl] branch master updated (638c9bd -> 859076d)

gregor herrmann gregoa at debian.org
Wed May 14 19:15:40 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libnet-amazon-s3-perl.

      from  638c9bd   update changelog
      adds  69d951d   Imported Upstream version 0.60
       new  ca9b2c5   Merge tag 'upstream/0.60'
       new  4ce44ac   New upstream release.
       new  598c351   Update years of copyright.
       new  859076d   releasing package libnet-amazon-s3-perl version 0.60-1

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES                                            |   8 +-
 LICENSE                                            |   6 +-
 META.json                                          |  11 +-
 META.yml                                           |   4 +-
 Makefile.PL                                        |  32 ++--
 README                                             |   4 +-
 README.mkdn                                        | 174 ++++++++++-----------
 bin/s3cl                                           |   8 +-
 cpanfile                                           |   6 +
 debian/changelog                                   |   6 +-
 debian/copyright                                   |  10 +-
 dist.ini                                           |   2 +-
 lib/Net/Amazon/S3.pm                               |   6 +-
 lib/Net/Amazon/S3/Bucket.pm                        |   6 +-
 lib/Net/Amazon/S3/Client.pm                        |   6 +-
 lib/Net/Amazon/S3/Client/Bucket.pm                 |   6 +-
 lib/Net/Amazon/S3/Client/Object.pm                 | 155 +++++++++++-------
 lib/Net/Amazon/S3/HTTPRequest.pm                   |   8 +-
 lib/Net/Amazon/S3/Request.pm                       |  10 +-
 .../Amazon/S3/Request/CompleteMultipartUpload.pm   |   6 +-
 lib/Net/Amazon/S3/Request/CreateBucket.pm          |   6 +-
 lib/Net/Amazon/S3/Request/DeleteBucket.pm          |   6 +-
 lib/Net/Amazon/S3/Request/DeleteMultiObject.pm     |   6 +-
 lib/Net/Amazon/S3/Request/DeleteObject.pm          |   6 +-
 .../Amazon/S3/Request/GetBucketAccessControl.pm    |   6 +-
 .../S3/Request/GetBucketLocationConstraint.pm      |   6 +-
 lib/Net/Amazon/S3/Request/GetObject.pm             |   6 +-
 .../Amazon/S3/Request/GetObjectAccessControl.pm    |   6 +-
 .../Amazon/S3/Request/InitiateMultipartUpload.pm   |   6 +-
 lib/Net/Amazon/S3/Request/ListAllMyBuckets.pm      |   6 +-
 lib/Net/Amazon/S3/Request/ListBucket.pm            |   6 +-
 lib/Net/Amazon/S3/Request/ListParts.pm             |   6 +-
 lib/Net/Amazon/S3/Request/PutObject.pm             |   6 +-
 lib/Net/Amazon/S3/Request/PutPart.pm               |   6 +-
 .../Amazon/S3/Request/SetBucketAccessControl.pm    |   6 +-
 .../Amazon/S3/Request/SetObjectAccessControl.pm    |   6 +-
 t/00-compile.t                                     |   1 +
 t/01api.t                                          |  12 +-
 t/02client.t                                       |  14 +-
 t/release-cpan-changes.t                           |  12 +-
 t/release-mojibake.t                               |   9 +-
 t/release-portability.t                            |   3 +
 42 files changed, 358 insertions(+), 263 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-amazon-s3-perl.git



More information about the Pkg-perl-cvs-commits mailing list