[libhttp-throwable-perl] branch master updated (2c828f7 -> 2d143bb)
Jonas Smedegaard
dr at jones.dk
Tue Feb 9 07:00:59 UTC 2016
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 2c828f7 Prepare for release: Update changelog, control file and copyright hints.
adds f49c6e0 fix typo in docs for "reason"
adds d463e41 add role for 429: Too Many Requests
adds 8926ed5 create a lookup registry for status code to ident
adds 8bd4a86 move hash out of sub body so it is reused
adds d8f3dc4 convert status codes to roles, not idents
adds fca9a5f fix method name: roles, not rules!
adds c722a88 make roles_for_ident choke on empty ident
adds 7f4d355 paltry documentation for roles_for_status_code
adds 70c6ede basic tests for throwing via status code
adds 40542bc v0.025
adds a34bc16 Fix ABSTRACT
adds 7223d4b v0.026
adds ed91584 Imported Upstream version 0.026
new f4ba49a Merge tag 'upstream/0.026'
new d6d6223 Declare compliance with Debian Policy 3.9.7.
new 8bdda7c Update copyright info: Extend copyright of packaging to cover current year.
new 2d143bb Prepare for release: Update changelog, control file and copyright hints.
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 | 9 ++
MANIFEST | 5 +-
META.json | 98 ++++++++++++----------
META.yml | 95 +++++++++++----------
Makefile.PL | 5 +-
README | 4 +-
debian/changelog | 16 ++++
debian/control | 2 +-
debian/control.in | 2 +-
debian/copyright | 2 +-
debian/copyright_hints | 20 ++---
debian/rules | 2 +-
lib/HTTP/Throwable.pm | 14 ++--
lib/HTTP/Throwable/Factory.pm | 64 +++++++++++++-
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 | 4 +-
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/PermanentRedirect.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/TooManyRequests.pm | 70 ++++++++++++++++
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 +-
lib/HTTP/Throwable/Variant.pm | 4 +-
t/00-report-prereqs.dd | 1 +
t/300-all.t | 8 ++
t/400-all.t | 5 ++
xt/{release => author}/pod-syntax.t | 1 +
xt/release/changes_has_content.t | 2 +-
58 files changed, 383 insertions(+), 194 deletions(-)
create mode 100644 lib/HTTP/Throwable/Role/Status/TooManyRequests.pm
rename xt/{release => author}/pod-syntax.t (84%)
--
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