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 )
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
Changes from previous:
2010-12-06 Dave Cross <dave@dave.org.uk>
* lib/WWW/Shorten.pm: Bump version number for release.
* bin/shorten: Be far more intelligent about the code that allows the user to
choose which service to use.
* MANIFEST.SKIP: Added MYMETA.yml to MANIFEST.SKIP.
* bin/shorten: Default to using a service that we currently support.
* Build.PL, lib/WWW/Shorten.pm: Added Config::Auto to list of dependencies
(it's used by the shorten program). Bumped version for release.
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
Upstream changes:
2010-01-20 Dave Cross <dave@dacross.(none)>
* Build.PL: Removed version number so it's picked up from lib/WWW/Shorten.pm
2009-12-19 Dave Cross <dave@dave.org.uk>
* Build.PL, MANIFEST: Bumped version number. Removed shorl files from
MANIFEST.
* MANIFEST, lib/WWW/Shorten/Shorl.pm, t/shorl.t: Removed support for shorl.pm
(now in WWW::Shorten::Shorl distribution).
2009-12-15 yappo <yappo@shibuya.pl>
* lib/WWW/Shorten/Shorl.pm: shorl.com was change the request method ( POST to
GET )
2009-11-21 Dave Cross <dave@angel.mag-sol.com>
* lib/WWW/Shorten/NotLong.pm, lib/WWW/Shorten/OneShortLink.pm, t/notlong.t,
t/oneshort.t: Removed support for NotLong and OneShortLink (separate
distributions to follow soon). Bumper to version 2.06.
2009-09-18 Dave Cross <dave@dave.org.uk>
* Build.PL: Bump to version 2.05 for release.
* lib/WWW/Shorten.pm, t/newnames.t: Finish removing all references to
SnipURL.pm.
2009-09-08 Dave Cross <dave@dave.org.uk>
* MANIFEST: Removed snipurl.t from MANIFEST.
* Build.PL, MANIFEST, lib/WWW/Shorten/SnipURL.pm, t/snipurl.t: Removed
WWW::Shorten::SnipURL (API changed, separate dist will follow). Bumped
version to 2.04.
2009-04-11 Dave Cross <dave@dave.org.uk>
* lib/WWW/Shorten.pm: Start using $DEFAULT_SERVICE variable.
* MANIFEST: Removed files from MANIFEST
* lib/WWW/Shorten.pm: Documenation improvements.
* lib/WWW/Shorten/BabyURL.pm, lib/WWW/Shorten/EkDk.pm,
lib/WWW/Shorten/ShortLink.pm, lib/WWW/Shorten/SmLnk.pm,
lib/WWW/Shorten/URLjr.pm, lib/WWW/Shorten/V3.pm, lib/WWW/Shorten/qURL.pm,
t/babyurl.t, t/ekdk.t, t/qurl.t, t/shortlink.t, t/smlnk.t, t/urljr.t, t/v3.t:
Removed a number of modules that supported services that are no longer
around.
Collection.
The Perl 5 module WWW::Shorten provides an interface to URL shortening
sites. These sites maintain databases of long URLs, each of which
has a unique identifier. A very simple program called shorten is
supplied. This program takes a URL and gives you a shortened version
of it.