Update to 3.04
Upstream changes: 2013-08-22 Dave Cross <dave@dave.org.uk> - RELEASE_3.04 ======================================================== Dave Cross <dave@dave.org.uk> (17): * Finish removing all references to SnipURL.pm. * Bump to version 2.05 for release. * Removed support for shorl.pm (now in WWW::Shorten::Shorl distribution). * Bumped version number. Removed shorl files from MANIFEST. * Added Config::Auto to list of dependencies (it's used by the shorten program). Bumped version for release. * Default to using a service that we currently support. * Added MYMETA.yml to MANIFEST.SKIP. * Be far more intelligent about the code that allows the user to choose which service to use. * Bump version number for release. * Better examples of using bin/shorten * Added a WWW::Shorten::UserAgent object which dies if it receives an HTTP error response. * Added documentation. * Added META.json to MANIFEST. * Licensing clean-up. * Removed prototypes (and the ampersands in the tests that circumvented them) * Bump version number for release. * Moved Pod tests into xt. (Pod coverage currently fails on some files. See https://rt.cpan.org/Ticket/Display.html?id=87634 for details.) Dave Cross <dave@angel.mag-sol.com> (1): * Removed support for NotLong and OneShortLink (separate distributions to follow soon). Bumper to version 2.06. Dave Cross <dave@dacross.(none)> (1): * Removed version number so it's picked up from lib/WWW/Shorten.pm yappo <yappo@shibuya.pl> (1): * shorl.com was change the request method ( POST to GET )
This commit is contained in:
parent
2ac222159c
commit
93835e8f7b
2 changed files with 6 additions and 7 deletions
|
@ -1,8 +1,7 @@
|
||||||
# $NetBSD: Makefile,v 1.10 2013/05/31 12:42:53 wiz Exp $
|
# $NetBSD: Makefile,v 1.11 2013/10/20 14:09:24 wen Exp $
|
||||||
|
|
||||||
DISTNAME= WWW-Shorten-3.03
|
DISTNAME= WWW-Shorten-3.04
|
||||||
PKGNAME= p5-${DISTNAME}
|
PKGNAME= p5-${DISTNAME}
|
||||||
PKGREVISION= 1
|
|
||||||
CATEGORIES= www perl5
|
CATEGORIES= www perl5
|
||||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=WWW/}
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=WWW/}
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
$NetBSD: distinfo,v 1.5 2013/01/26 13:59:45 wen Exp $
|
$NetBSD: distinfo,v 1.6 2013/10/20 14:09:24 wen Exp $
|
||||||
|
|
||||||
SHA1 (WWW-Shorten-3.03.tar.gz) = f0f220094c326f988073b83f47ed1332e363118d
|
SHA1 (WWW-Shorten-3.04.tar.gz) = 043dcd44ef2a7d80918974ff42847a71a2c68663
|
||||||
RMD160 (WWW-Shorten-3.03.tar.gz) = 4dbd4e90219376bf3bd4d71b9bcfc0ac8036bcf4
|
RMD160 (WWW-Shorten-3.04.tar.gz) = 302dd3d29a0549d4a1e4a93b7db59a2f239c3b82
|
||||||
Size (WWW-Shorten-3.03.tar.gz) = 27936 bytes
|
Size (WWW-Shorten-3.04.tar.gz) = 26632 bytes
|
||||||
|
|
Loading…
Reference in a new issue