[libhttp-throwable-perl] branch master updated (9910af7 -> c975389)

Jonas Smedegaard js at moszumanska.debian.org
Sat Mar 1 22:49:31 UTC 2014


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

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

      from  9910af7   Prepare for release: Update changelog, control file and copyright hints.
       new  e07dfc0   Moose 2.1100 deprecated the enum(qw(...)) syntax
       new  2dff209   v0.018
       new  85dd3c7   Imported Upstream version 0.018
       new  ee79348   Merge tag 'upstream/0.018'
       new  6f5da37   Stop build-depending on libcapture-tiny-perl: Regression test needing it is dropped upstream.
       new  c975389   Prepare for release: Update changelog and control file.

The 6 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                                            |   3 +
 MANIFEST                                           |   1 -
 META.json                                          | 207 +++++++++++++++------
 META.yml                                           | 179 ++++++++++++------
 Makefile.PL                                        |  59 +++---
 README                                             |   2 +-
 debian/changelog                                   |  15 +-
 debian/control                                     |   2 +-
 debian/rules                                       |   3 +-
 lib/HTTP/Throwable.pm                              |   4 +-
 lib/HTTP/Throwable/Factory.pm                      |   4 +-
 lib/HTTP/Throwable/Role/BoringText.pm              |   4 +-
 lib/HTTP/Throwable/Role/Generic.pm                 |   4 +-
 lib/HTTP/Throwable/Role/NoBody.pm                  |   4 +-
 lib/HTTP/Throwable/Role/Redirect.pm                |   4 +-
 lib/HTTP/Throwable/Role/Status/BadGateway.pm       |   4 +-
 lib/HTTP/Throwable/Role/Status/BadRequest.pm       |   4 +-
 lib/HTTP/Throwable/Role/Status/Conflict.pm         |   4 +-
 .../Throwable/Role/Status/ExpectationFailed.pm     |   4 +-
 lib/HTTP/Throwable/Role/Status/Forbidden.pm        |   4 +-
 lib/HTTP/Throwable/Role/Status/Found.pm            |   4 +-
 lib/HTTP/Throwable/Role/Status/GatewayTimeout.pm   |   4 +-
 lib/HTTP/Throwable/Role/Status/Gone.pm             |   4 +-
 .../Role/Status/HTTPVersionNotSupported.pm         |   4 +-
 lib/HTTP/Throwable/Role/Status/ImATeapot.pm        |   4 +-
 .../Throwable/Role/Status/InternalServerError.pm   |   4 +-
 lib/HTTP/Throwable/Role/Status/LengthRequired.pm   |   4 +-
 lib/HTTP/Throwable/Role/Status/MethodNotAllowed.pm |   8 +-
 lib/HTTP/Throwable/Role/Status/MovedPermanently.pm |   4 +-
 lib/HTTP/Throwable/Role/Status/MultipleChoices.pm  |   4 +-
 lib/HTTP/Throwable/Role/Status/NotAcceptable.pm    |   4 +-
 lib/HTTP/Throwable/Role/Status/NotFound.pm         |   4 +-
 lib/HTTP/Throwable/Role/Status/NotImplemented.pm   |   4 +-
 lib/HTTP/Throwable/Role/Status/NotModified.pm      |   4 +-
 .../Throwable/Role/Status/PreconditionFailed.pm    |   4 +-
 .../Role/Status/ProxyAuthenticationRequired.pm     |   4 +-
 .../Throwable/Role/Status/RequestEntityTooLarge.pm |   4 +-
 lib/HTTP/Throwable/Role/Status/RequestTimeout.pm   |   4 +-
 .../Throwable/Role/Status/RequestURITooLong.pm     |   4 +-
 .../Role/Status/RequestedRangeNotSatisfiable.pm    |   4 +-
 lib/HTTP/Throwable/Role/Status/SeeOther.pm         |   4 +-
 .../Throwable/Role/Status/ServiceUnavailable.pm    |   4 +-
 .../Throwable/Role/Status/TemporaryRedirect.pm     |   4 +-
 lib/HTTP/Throwable/Role/Status/Unauthorized.pm     |   4 +-
 .../Throwable/Role/Status/UnsupportedMediaType.pm  |   4 +-
 lib/HTTP/Throwable/Role/Status/UseProxy.pm         |   4 +-
 lib/HTTP/Throwable/Role/TextBody.pm                |   4 +-
 t/00-compile.t                                     |  76 --------
 t/000-report-versions-tiny.t                       |   6 +-
 xt/release/changes_has_content.t                   |   2 +-
 50 files changed, 406 insertions(+), 305 deletions(-)
 delete mode 100644 t/00-compile.t

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



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