[libnet-amazon-s3-perl] 01/07: Merge tag 'upstream/0.59'

Florian Schlichting fsfs at alioth.debian.org
Sat Nov 2 22:48:22 UTC 2013


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

fsfs pushed a commit to branch master
in repository libnet-amazon-s3-perl.

commit 6ad2238ee540d794ad00f53808dab52942ec9c38
Merge: 11cb7d2 0caea24
Author: Florian Schlichting <fsfs at debian.org>
Date:   Sat Nov 2 22:55:11 2013 +0100

    Merge tag 'upstream/0.59'
    
    Upstream version 0.59

 CHANGES                                            |   16 +-
 LICENSE                                            |  379 ++++++++
 MANIFEST                                           |   41 +-
 META.json                                          |   84 +-
 META.yml                                           |   40 +-
 Makefile.PL                                        |  117 ++-
 README                                             |  339 +-------
 README.md                                          |   54 ++
 README.mkdn                                        |  392 +++++++++
 bin/s3cl                                           |  238 +++--
 cpanfile                                           |   44 +
 dist.ini                                           |   35 +
 lib/Net/Amazon/S3.pm                               |  910 ++++++++++----------
 lib/Net/Amazon/S3/Bucket.pm                        |  620 ++++++-------
 lib/Net/Amazon/S3/Client.pm                        |   29 +-
 lib/Net/Amazon/S3/Client/Bucket.pm                 |   49 +-
 lib/Net/Amazon/S3/Client/Object.pm                 |  163 +++-
 lib/Net/Amazon/S3/HTTPRequest.pm                   |   55 +-
 lib/Net/Amazon/S3/Request.pm                       |   24 +
 .../Amazon/S3/Request/CompleteMultipartUpload.pm   |  113 +++
 lib/Net/Amazon/S3/Request/CreateBucket.pm          |   25 +
 lib/Net/Amazon/S3/Request/DeleteBucket.pm          |   25 +
 lib/Net/Amazon/S3/Request/DeleteMultiObject.pm     |  107 +++
 lib/Net/Amazon/S3/Request/DeleteObject.pm          |   25 +
 .../Amazon/S3/Request/GetBucketAccessControl.pm    |   25 +
 .../S3/Request/GetBucketLocationConstraint.pm      |   25 +
 lib/Net/Amazon/S3/Request/GetObject.pm             |   25 +
 .../Amazon/S3/Request/GetObjectAccessControl.pm    |   25 +
 .../Amazon/S3/Request/InitiateMultipartUpload.pm   |   82 ++
 lib/Net/Amazon/S3/Request/ListAllMyBuckets.pm      |   25 +
 lib/Net/Amazon/S3/Request/ListBucket.pm            |   25 +
 lib/Net/Amazon/S3/Request/ListParts.pm             |   62 ++
 lib/Net/Amazon/S3/Request/PutObject.pm             |   25 +
 lib/Net/Amazon/S3/Request/PutPart.pm               |  101 +++
 .../Amazon/S3/Request/SetBucketAccessControl.pm    |   25 +
 .../Amazon/S3/Request/SetObjectAccessControl.pm    |   25 +
 perlcritic.rc                                      |   13 +
 t/00-compile.t                                     |   73 ++
 t/01api.t                                          |    2 +-
 t/02client.t                                       |   87 +-
 t/03token.t                                        |   35 +
 t/99-pod-coverage.t                                |   13 -
 t/99-pod.t                                         |    6 -
 t/author-critic.t                                  |   20 +
 t/author-test-eol.t                                |   17 +
 t/release-cpan-changes.t                           |   15 +
 t/release-dist-manifest.t                          |   16 +
 t/release-distmeta.t                               |   15 +
 t/release-meta-json.t                              |   14 +
 t/release-minimum-version.t                        |   16 +
 t/release-mojibake.t                               |   17 +
 t/release-no-tabs.t                                |   16 +
 t/release-pod-syntax.t                             |   15 +
 t/release-portability.t                            |   16 +
 t/release-synopsis.t                               |   16 +
 t/release-test-version.t                           |   30 +
 t/release-unused-vars.t                            |   16 +
 57 files changed, 3570 insertions(+), 1292 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