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

Jonas Smedegaard js at alioth.debian.org
Mon Sep 30 08:15:46 UTC 2013


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  99db81c   Initial packaging.
       new  7bf67b1   Improve watch file to use both www.cpan.org/authors URL (for newest info) and search.cpan.org/dist URL (for change of author). Switch get-orig-source target to use www.cpan.org/authors URL.
       new  0898444   Class::MOP::load_class is deprecated in Moose 2.1100
       new  74a5dae   add link to plack middleware that is compatible with this module
       new  5a52cd4   use bullet list for SEE ALSO
       new  56d36ef   do not import non-method
       new  53521c1   cleanup changelog
       new  0935b68   v0.017
       new  ab10792   Imported Upstream version 0.017
       new  d95c3d7   Merge tag 'upstream/0.017'
       new  a2147ae   Build-depend on libcapture-tiny-perl: Needed in testsuite now.
       new  9910af7   Prepare for release: Update changelog, control file and copyright hints.

The 11 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                                            |   76 ++++----
 LICENSE                                            |    2 +-
 MANIFEST                                           |    5 +-
 META.json                                          |  202 ++++++++++++--------
 META.yml                                           |  151 ++++++++-------
 Makefile.PL                                        |   88 +++++----
 README                                             |    2 +-
 debian/changelog                                   |   14 ++
 debian/control                                     |    1 +
 debian/copyright_hints                             |   16 +-
 debian/rules                                       |    6 +-
 debian/watch                                       |    3 +-
 lib/HTTP/Throwable.pm                              |   19 +-
 lib/HTTP/Throwable/Factory.pm                      |   12 +-
 lib/HTTP/Throwable/Role/BoringText.pm              |    9 +-
 lib/HTTP/Throwable/Role/Generic.pm                 |    9 +-
 lib/HTTP/Throwable/Role/NoBody.pm                  |    9 +-
 lib/HTTP/Throwable/Role/Redirect.pm                |    9 +-
 lib/HTTP/Throwable/Role/Status/BadGateway.pm       |    9 +-
 lib/HTTP/Throwable/Role/Status/BadRequest.pm       |    9 +-
 lib/HTTP/Throwable/Role/Status/Conflict.pm         |    9 +-
 .../Throwable/Role/Status/ExpectationFailed.pm     |    9 +-
 lib/HTTP/Throwable/Role/Status/Forbidden.pm        |    9 +-
 lib/HTTP/Throwable/Role/Status/Found.pm            |    9 +-
 lib/HTTP/Throwable/Role/Status/GatewayTimeout.pm   |    9 +-
 lib/HTTP/Throwable/Role/Status/Gone.pm             |    9 +-
 .../Role/Status/HTTPVersionNotSupported.pm         |    9 +-
 lib/HTTP/Throwable/Role/Status/ImATeapot.pm        |    9 +-
 .../Throwable/Role/Status/InternalServerError.pm   |    9 +-
 lib/HTTP/Throwable/Role/Status/LengthRequired.pm   |    9 +-
 lib/HTTP/Throwable/Role/Status/MethodNotAllowed.pm |    9 +-
 lib/HTTP/Throwable/Role/Status/MovedPermanently.pm |    9 +-
 lib/HTTP/Throwable/Role/Status/MultipleChoices.pm  |    9 +-
 lib/HTTP/Throwable/Role/Status/NotAcceptable.pm    |    9 +-
 lib/HTTP/Throwable/Role/Status/NotFound.pm         |    9 +-
 lib/HTTP/Throwable/Role/Status/NotImplemented.pm   |    9 +-
 lib/HTTP/Throwable/Role/Status/NotModified.pm      |    9 +-
 .../Throwable/Role/Status/PreconditionFailed.pm    |    9 +-
 .../Role/Status/ProxyAuthenticationRequired.pm     |    9 +-
 .../Throwable/Role/Status/RequestEntityTooLarge.pm |    9 +-
 lib/HTTP/Throwable/Role/Status/RequestTimeout.pm   |    9 +-
 .../Throwable/Role/Status/RequestURITooLong.pm     |    9 +-
 .../Role/Status/RequestedRangeNotSatisfiable.pm    |    9 +-
 lib/HTTP/Throwable/Role/Status/SeeOther.pm         |    9 +-
 .../Throwable/Role/Status/ServiceUnavailable.pm    |    9 +-
 .../Throwable/Role/Status/TemporaryRedirect.pm     |    9 +-
 lib/HTTP/Throwable/Role/Status/Unauthorized.pm     |    9 +-
 .../Throwable/Role/Status/UnsupportedMediaType.pm  |    9 +-
 lib/HTTP/Throwable/Role/Status/UseProxy.pm         |    9 +-
 lib/HTTP/Throwable/Role/TextBody.pm                |    9 +-
 t/00-compile.t                                     |   76 ++++++++
 t/000-report-versions-tiny.t                       |   99 ++++++++++
 t/release-pod-syntax.t                             |   15 --
 xt/release/changes_has_content.t                   |   41 ++++
 xt/release/pod-syntax.t                            |    7 +
 55 files changed, 680 insertions(+), 479 deletions(-)
 create mode 100644 t/00-compile.t
 create mode 100644 t/000-report-versions-tiny.t
 delete mode 100644 t/release-pod-syntax.t
 create mode 100644 xt/release/changes_has_content.t
 create mode 100644 xt/release/pod-syntax.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