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

js pushed a commit to branch master
in repository libhttp-throwable-perl.

commit ea4fe59d438a4321b9f2dee7431ebd5d7af9ad6d
Merge: 898019e 6acf52c
Author: Jonas Smedegaard <d...@jones.dk>
Date:   Fri Aug 7 16:19:46 2015 +0200

    Merge tag 'upstream/0.022'
    
    Upstream version 0.022
    
    # gpg: Signature made fre 07 aug 2015 16:19:43 CEST
    # gpg:                using RSA key 0x2C7C3146C1A00121
    # gpg: Good signature from "Jonas Smedegaard <d...@jones.dk>"
    # gpg:                 aka "Jonas Smedegaard <jo...@homebase.dk>"
    # gpg:                 aka "Jonas Smedegaard <j...@debian.org>"
    # gpg:                 aka "[jpeg image of size 4165]"

 Changes                                            |  13 +
 LICENSE                                            |   2 +-
 MANIFEST                                           |   6 +-
 META.json                                          | 333 +++++++++++++++------
 META.yml                                           | 315 +++++++++++++------
 Makefile.PL                                        |  54 ++--
 README                                             |   4 +-
 README.md                                          |   8 +-
 dist.ini                                           |   8 +-
 lib/HTTP/Throwable.pm                              | 332 +++++++++++++++++++-
 lib/HTTP/Throwable/Factory.pm                      | 126 +++++++-
 lib/HTTP/Throwable/Role/BoringText.pm              |  27 +-
 lib/HTTP/Throwable/Role/Generic.pm                 |  23 +-
 lib/HTTP/Throwable/Role/NoBody.pm                  |  25 +-
 lib/HTTP/Throwable/Role/Redirect.pm                |  29 +-
 lib/HTTP/Throwable/Role/Status/BadGateway.pm       |  23 +-
 lib/HTTP/Throwable/Role/Status/BadRequest.pm       |  21 +-
 lib/HTTP/Throwable/Role/Status/Conflict.pm         |  37 ++-
 .../Throwable/Role/Status/ExpectationFailed.pm     |  23 +-
 lib/HTTP/Throwable/Role/Status/Forbidden.pm        |  27 +-
 lib/HTTP/Throwable/Role/Status/Found.pm            |  34 ++-
 lib/HTTP/Throwable/Role/Status/GatewayTimeout.pm   |  24 +-
 lib/HTTP/Throwable/Role/Status/Gone.pm             |  37 ++-
 .../Role/Status/HTTPVersionNotSupported.pm         |  26 +-
 lib/HTTP/Throwable/Role/Status/ImATeapot.pm        |  31 +-
 .../Throwable/Role/Status/InternalServerError.pm   |  31 +-
 lib/HTTP/Throwable/Role/Status/LengthRequired.pm   |  22 +-
 lib/HTTP/Throwable/Role/Status/MethodNotAllowed.pm |  49 ++-
 lib/HTTP/Throwable/Role/Status/MovedPermanently.pm |  30 +-
 lib/HTTP/Throwable/Role/Status/MultipleChoices.pm  |  47 ++-
 lib/HTTP/Throwable/Role/Status/NotAcceptable.pm    |  40 ++-
 lib/HTTP/Throwable/Role/Status/NotFound.pm         |  27 +-
 lib/HTTP/Throwable/Role/Status/NotImplemented.pm   |  24 +-
 lib/HTTP/Throwable/Role/Status/NotModified.pm      |  56 +++-
 .../Throwable/Role/Status/PermanentRedirect.pm     |  83 +++++
 .../Throwable/Role/Status/PreconditionFailed.pm    |  25 +-
 .../Role/Status/ProxyAuthenticationRequired.pm     |  38 ++-
 .../Throwable/Role/Status/RequestEntityTooLarge.pm |  35 ++-
 lib/HTTP/Throwable/Role/Status/RequestTimeout.pm   |  23 +-
 .../Throwable/Role/Status/RequestURITooLong.pm     |  29 +-
 .../Role/Status/RequestedRangeNotSatisfiable.pm    |  35 ++-
 lib/HTTP/Throwable/Role/Status/SeeOther.pm         |  31 +-
 .../Throwable/Role/Status/ServiceUnavailable.pm    |  35 ++-
 .../Throwable/Role/Status/TemporaryRedirect.pm     |  32 +-
 lib/HTTP/Throwable/Role/Status/Unauthorized.pm     |  43 ++-
 .../Throwable/Role/Status/UnsupportedMediaType.pm  |  22 +-
 lib/HTTP/Throwable/Role/Status/UseProxy.pm         |  24 +-
 lib/HTTP/Throwable/Role/TextBody.pm                |  29 +-
 lib/HTTP/Throwable/Variant.pm                      |  73 +++++
 t/00-report-prereqs.dd                             |  56 ++++
 t/00-report-prereqs.t                              | 183 +++++++++++
 t/000-report-versions-tiny.t                       |  95 ------
 t/001-basic.t                                      |   3 +-
 t/300-all.t                                        |   2 -
 t/400-all.t                                        |   5 +-
 t/500-all.t                                        |   1 -
 t/lib/Test/HT.pm                                   |   5 +-
 xt/release/changes_has_content.t                   |   2 +-
 xt/release/pod-syntax.t                            |   5 +-
 59 files changed, 2128 insertions(+), 700 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libhttp-throwable-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to