Hello community, here is the log from the commit of package perl-WWW-Shorten for openSUSE:Factory checked in at 2013-10-06 14:56:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-WWW-Shorten (Old) and /work/SRC/openSUSE:Factory/.perl-WWW-Shorten.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-WWW-Shorten" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-WWW-Shorten/perl-WWW-Shorten.changes 2012-05-29 14:14:47.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.perl-WWW-Shorten.new/perl-WWW-Shorten.changes 2013-10-06 14:56:25.000000000 +0200 @@ -1,0 +2,38 @@ +Fri Oct 4 09:14:21 UTC 2013 - [email protected] + +- updated to 3.04 + Dave Cross <[email protected]> (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 <[email protected]> (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 <[email protected]> (1): + * shorl.com was change the request method ( POST to GET ) + +------------------------------------------------------------------- Old: ---- WWW-Shorten-3.03.tar.gz New: ---- WWW-Shorten-3.04.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-WWW-Shorten.spec ++++++ --- /var/tmp/diff_new_pack.0OSgH0/_old 2013-10-06 14:56:26.000000000 +0200 +++ /var/tmp/diff_new_pack.0OSgH0/_new 2013-10-06 14:56:26.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-WWW-Shorten # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: perl-WWW-Shorten -Version: 3.03 +Version: 3.04 Release: 0 %define cpan_name WWW-Shorten Summary: Interface to URL shortening sites. @@ -32,7 +32,7 @@ BuildRequires: perl(Config::Auto) BuildRequires: perl(LWP) >= 5.75 BuildRequires: perl(LWP::UserAgent) >= 2.023 -BuildRequires: perl(Module::Build) +BuildRequires: perl(Module::Build) >= 0.4000 BuildRequires: perl(URI) >= 1.27 #BuildRequires: perl(WWW::Shorten) #BuildRequires: perl(WWW::Shorten::_dead) @@ -66,6 +66,7 @@ ./Build build flags=%{?_smp_mflags} %check +# MANUAL # needs network ./Build test %install @@ -74,6 +75,6 @@ %files -f %{name}.files %defattr(-,root,root,755) -%doc Artistic AUTHORS ChangeLog.SPOON Changes CREDITS LICENCE README TODO +%doc Artistic AUTHORS ChangeLog.SPOON Changes CREDITS LICENCE README TODO xt %changelog ++++++ WWW-Shorten-3.03.tar.gz -> WWW-Shorten-3.04.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/WWW-Shorten-3.03/Changes new/WWW-Shorten-3.04/Changes --- old/WWW-Shorten-3.03/Changes 2012-04-06 18:44:00.000000000 +0200 +++ new/WWW-Shorten-3.04/Changes 2013-08-22 12:32:15.000000000 +0200 @@ -1,323 +1,226 @@ -2012-04-06 Dave Cross <[email protected]> +2013-08-22 Dave Cross <[email protected]> - RELEASE_3.04 +======================================================== - * Artistic, Build.PL, COPYING, LICENCE, MANIFEST, lib/WWW/Shorten.pm, - lib/WWW/Shorten/UserAgent.pm: Licensing clean-up. + Dave Cross <[email protected]> (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 <[email protected]> (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 <[email protected]> (1): + * shorl.com was change the request method ( POST to GET ) + + +2012-04-06 Dave Cross <[email protected]> - RELEASE_3.03 +======================================================== + + Dave Cross <[email protected]> (20): + * Removed a number of modules that supported services that are no longer + around. + * Documenation improvements. + * Removed files from MANIFEST + * Start using $DEFAULT_SERVICE variable. + * Removed WWW::Shorten::SnipURL (API changed, separate dist will follow). + Bumped version to 2.04. + * Removed snipurl.t from MANIFEST. + * 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. + + Dave Cross <[email protected]> (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 <[email protected]> (1): + * shorl.com was change the request method ( POST to GET ) + + +2010-12-06 Dave Cross <[email protected]> - RELEASE_3.02 +======================================================== + + Dave Cross <[email protected]> (24): + * Typo + * Removed SIGNATURE from MANIFEST (as Module::Build adds it automatically). + * Increment version + * Changed require perl 5.6.0 to require perl 5.006 - to deal with older + Perl installations. + * Increment version number + * Fixed TinyURL tests. + * Bump version number. + * Fixed typo + * Remove signing + * Removed a number of modules that supported services that are no longer + around. + * Documenation improvements. + * Removed files from MANIFEST + * Start using $DEFAULT_SERVICE variable. + * Removed WWW::Shorten::SnipURL (API changed, separate dist will follow). + Bumped version to 2.04. + * Removed snipurl.t from MANIFEST. + * 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. + + Dave Cross <[email protected]> (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 <[email protected]> (1): + * shorl.com was change the request method ( POST to GET ) + + + +2010-01-20 Dave Cross <dave@dacross.(none)> - RELEASE_3.00 +=========================================================== + + Dave Cross <[email protected]> (55): + * Added WWW::Shorten::LinkToolbot + * Added tests for LinkToolbot.pm and fixed module to pass them + * Switched from Makefile.PL to Build.PL. + * Fixed copyright line. Removed changelog from module file. + * Changed email address in docs + * Change to using manual version number. + * Switch to manual version numbers + * BabyURL is now dead + * Typo + * makeashorterlink.com is now dead! + * removed unnecessary test + * TinyURL now works in a slightly different way + * Switched to manual version + * tinyclick.com is dead + * Change tests to use a still existing service + * Switch to manual version number + * Switch to manual version number + * test a service that actually works + * Updates to reflect changes in the way that notlong.pm works + * Switched to manual version number. + * Fixed to mirror the way that shorl.com now works. + * Switch to manual version number + * Reformatted documentation + * Removed unused test file + * Removed unneeded shebang lines + * Fixes to reflect changes in the way snipurl.com works. + * Switch to using the snipurl api. + * link.toolbot.com is now dead. + * Various test fixes + * Various packaging fixes + * Remove shortenrc. Add script_files to Build.PL + * Increment version number for release + * Fixes script_files. + * Fixed test so it doesn't include a hard-coded code. + * Increment version number + * Marked tinylink.com as dead (it's not - but it's returning nonsense). + Bumped to version 2.00. + * Typo + * Removed SIGNATURE from MANIFEST (as Module::Build adds it automatically). + * Increment version + * Changed require perl 5.6.0 to require perl 5.006 - to deal with older + Perl installations. + * Increment version number + * Fixed TinyURL tests. + * Bump version number. + * Fixed typo + * Remove signing + * Removed a number of modules that supported services that are no longer + around. + * Documenation improvements. + * Removed files from MANIFEST + * Start using $DEFAULT_SERVICE variable. + * Removed WWW::Shorten::SnipURL (API changed, separate dist will follow). + Bumped version to 2.04. + * Removed snipurl.t from MANIFEST. + * 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. + + Dave Cross <[email protected]> (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 <[email protected]> (1): + * shorl.com was change the request method ( POST to GET ) + +2009-12-19 Dave Cross <[email protected]> - RELEASE_2.06 +======================================================== + + * no changes since the previous version. + +2009-09-08 Dave Cross <[email protected]> - RELEASE_2.04 +======================================================== + + * no changes since the previous version. + +2009-03-19 Dave Cross <[email protected]> - RELEASE_2.03 +======================================================== + + * no changes since the previous version. + +2008-06-29 Dave Cross <[email protected]> - RELEASE_2_00 +======================================================== - * MANIFEST: Added META.json to MANIFEST. + Dave Cross <[email protected]> (1): + * Release 2.00 -2012-03-01 Dave Cross <[email protected]> +2005-10-09 (no author) <(no author)> - RELEASE_1_97 +==================================================== - * lib/WWW/Shorten/UserAgent.pm: Added documentation. + (no author) <(no author)> (1): + * This commit was manufactured by cvs2svn to create tag 'RELEASE_1_97'. - * MANIFEST, lib/WWW/Shorten/UserAgent.pm, lib/WWW/Shorten/generic.pm: Added a - WWW::Shorten::UserAgent object which dies if it receives an HTTP error - response. - -2010-12-06 Dave Cross <[email protected]> - - * bin/shorten: Better examples of using bin/shorten - - * 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. - -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 <[email protected]> - - * 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 <[email protected]> - - * lib/WWW/Shorten/Shorl.pm: shorl.com was change the request method ( POST to - GET ) - -2009-11-21 Dave Cross <[email protected]> - - * 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 <[email protected]> - - * 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 <[email protected]> - - * 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 <[email protected]> - - * 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. - -2009-03-19 Dave Cross <[email protected]> - - * Build.PL: Remove signing - - * t/shorl.t: Fixed typo - - * Build.PL: Bump version number. - - * t/tinyurl.t: Fixed TinyURL tests. - -2009-02-02 Dave Cross <[email protected]> - - * Build.PL: Increment version number - -2009-01-26 Dave Cross <[email protected]> - - * Build.PL: Changed require perl 5.6.0 to require perl 5.006 - to deal with - older Perl installations. - -2008-06-30 Dave Cross <[email protected]> - - * Build.PL: Increment version - - * MANIFEST: Removed SIGNATURE from MANIFEST (as Module::Build adds it - automatically). - - * lib/WWW/Shorten/Tinylink.pm: Typo - -2008-06-29 Dave Cross <[email protected]> - - * Build.PL, lib/WWW/Shorten/Tinylink.pm, t/tinylink.t: Marked tinylink.com as - dead (it's not - but it's returning nonsense). Bumped to version 2.00. - -2008-04-20 Dave Cross <[email protected]> - - * Build.PL: Increment version number - - * t/snipurl.t: Fixed test so it doesn't include a hard-coded code. - -2008-04-19 Dave Cross <[email protected]> - - * Build.PL: Fixes script_files. - -2008-04-17 Dave Cross <[email protected]> - - * Build.PL: Increment version number for release - - * Build.PL, MANIFEST, bin/shortenrc: Remove shortenrc. Add script_files to - Build.PL - -2008-04-14 Dave Cross <[email protected]> - - * Build.PL, MANIFEST: Various packaging fixes - - * t/shorl.t, t/snipurl.t: Various test fixes - - * lib/WWW/Shorten/LinkToolbot.pm, t/linktoolbot.t: link.toolbot.com is now - dead. - - * lib/WWW/Shorten/SnipURL.pm: Switch to using the snipurl api. - - * lib/WWW/Shorten/SnipURL.pm: Fixes to reflect changes in the way snipurl.com - works. - -2007-05-13 Dave Cross <[email protected]> - - * t/00sig.t, t/98pod-coverage.t, t/99pod.t: Removed unneeded shebang lines - - * MANIFEST: Removed unused test file - -2007-04-15 Dave Cross <[email protected]> - - * lib/WWW/Shorten/LinkToolbot.pm: Reformatted documentation - - * lib/WWW/Shorten/EkDk.pm, lib/WWW/Shorten/Linkz.pm, - lib/WWW/Shorten/OneShortLink.pm, lib/WWW/Shorten/ShortLink.pm, - lib/WWW/Shorten/SmLnk.pm, lib/WWW/Shorten/SnipURL.pm, - lib/WWW/Shorten/Tinylink.pm, lib/WWW/Shorten/URLjr.pm, lib/WWW/Shorten/V3.pm, - lib/WWW/Shorten/qURL.pm: Switch to manual version number - - * lib/WWW/Shorten/Shorl.pm: Fixed to mirror the way that shorl.com now works. - - * lib/WWW/Shorten/Shorl.pm: Switched to manual version number. - - * lib/WWW/Shorten/NotLong.pm, t/notlong.t: Updates to reflect changes in the - way that notlong.pm works - - * t/00noexp.t: test a service that actually works - - * lib/WWW/Shorten/NotLong.pm: Switch to manual version number - - * lib/WWW/Shorten/Metamark.pm: Switch to manual version number - - * t/00load_a.t, t/00load_b.t: Change tests to use a still existing service - - * lib/WWW/Shorten/TinyClick.pm, t/tinyclick.t: tinyclick.com is dead - - * lib/WWW/Shorten/TinyURL.pm: Switched to manual version - - * t/tinyurl.t: TinyURL now works in a slightly different way - - * t/ws_masl.t: removed unnecessary test - - * lib/WWW/Shorten/MakeAShorterLink.pm, t/masl.t: makeashorterlink.com is now - dead! - - * lib/WWW/Shorten/BabyURL.pm: Typo - - * lib/WWW/Shorten/BabyURL.pm, t/babyurl.t: BabyURL is now dead - - * lib/WWW/Shorten/_dead.pm: Switch to manual version numbers - - * lib/WWW/Shorten.pm: Change to using manual version number. - - * lib/WWW/Shorten.pm: Changed email address in docs - - * lib/WWW/Shorten.pm: Fixed copyright line. Removed changelog from module - file. - - * Build.PL, Makefile.PL: Switched from Makefile.PL to Build.PL. - -2007-02-16 Dave Cross <[email protected]> - - * MANIFEST, lib/WWW/Shorten/LinkToolbot.pm, lib/WWW/Shorten/generic.pm, - t/linktoolbot.t: Added tests for LinkToolbot.pm and fixed module to pass them - - * lib/WWW/Shorten/LinkToolbot.pm: Added WWW::Shorten::LinkToolbot - -2005-10-09 Dave Cross <[email protected]> - - * lib/WWW/Shorten.pm: Reinstated support for 1sl.net. - - * lib/WWW/Shorten/OneShortLink.pm, t/oneshort.t: Reinstated suport for - 1sl.net. - -2005-09-03 Dave Cross <[email protected]> - - * MANIFEST.SKIP: Fixed previous fix :( - - * MANIFEST.SKIP: Ignore hidden files - - * lib/WWW/Shorten.pm: Removed outdated or incorrect references in the Pod. - - * MANIFEST.SKIP: Ignore vi backup files - - * MANIFEST, t/98pod-coverage.t: Added Pod coverage tests - - * t/metamark.t: Changed the URL used for the test. - - * lib/WWW/Shorten/_dead.pm, lib/WWW/Shorten/generic.pm: Added a bit of Pod. - - * lib/WWW/Shorten/Metamark.pm: Switched to using the REST API for - makealongerlink. - - * lib/WWW/Shorten/EkDk.pm, lib/WWW/Shorten/OneShortLink.pm, - lib/WWW/Shorten/ShortLink.pm, lib/WWW/Shorten/SmLnk.pm, - lib/WWW/Shorten/URLjr.pm, lib/WWW/Shorten/V3.pm, lib/WWW/Shorten/_dead.pm, - lib/WWW/Shorten/generic.pm, lib/WWW/Shorten/qURL.pm: Added 'use strict', 'use - warnings' and cvs $Id$ tag to all modules - -2005-05-24 Dave Cross <[email protected]> - - * t/00noexp.t: Added 00noexp.t - - * lib/WWW/Shorten.pm, t/linkz.t: Correct copyright signs in pod. Skip lin.kz - tests while it's broken. - -2005-05-19 Dave Cross <[email protected]> - - * MANIFEST.SKIP: Added stuff to MANIFEST.SKIP - - * lib/WWW/Shorten.pm: Removed a couple of dead services - 1sl and v3 - - * META.yml, Makefile.PL, lib/WWW/Shorten/OneShortLink.pm, - lib/WWW/Shorten/Shorl.pm, lib/WWW/Shorten/V3.pm, t/oneshort.t, t/shorl.t, - t/tinyurl.t, t/v3.t: Removed some dead services. Fixed WWW::Shorten::Shorl.pm - to deal with the new way that shorl works. - -2004-10-30 Dave Cross <[email protected]> - - * MANIFEST: Added new test files - - * lib/WWW/Shorten.pm, lib/WWW/Shorten/BabyURL.pm, lib/WWW/Shorten/EkDk.pm, - lib/WWW/Shorten/Linkz.pm, lib/WWW/Shorten/MakeAShorterLink.pm, - lib/WWW/Shorten/Metamark.pm, lib/WWW/Shorten/NotLong.pm, - lib/WWW/Shorten/OneShortLink.pm, lib/WWW/Shorten/Shorl.pm, - lib/WWW/Shorten/ShortLink.pm, lib/WWW/Shorten/SmLnk.pm, - lib/WWW/Shorten/SnipURL.pm, lib/WWW/Shorten/TinyClick.pm, - lib/WWW/Shorten/TinyURL.pm, lib/WWW/Shorten/Tinylink.pm, - lib/WWW/Shorten/URLjr.pm, lib/WWW/Shorten/V3.pm, lib/WWW/Shorten/_dead.pm, - lib/WWW/Shorten/generic.pm, lib/WWW/Shorten/qURL.pm, t/babyurl.t, t/linkz.t, - t/masl.t, t/metamark.t, t/newnames.t, t/notlong.t, t/oneshort.t, t/shorl.t, - t/smlnk.t, t/snipurl.t, t/tinyclick.t, t/tinylink.t, t/tinyurl.t, t/urljr.t, - t/v3.t, t/ws_masl.t: Work on improving test coverage - -2004-10-25 Dave Cross <[email protected]> - - * lib/WWW/Shorten.pm: Removed unnecessary "no strict 'refs'" - - * SIGNATURE: SIGNATURE is generated - therefore not in CVS - - * t/notlong.t, t/smlnk.t, t/tinyclick.t, t/tinyurl.t, t/urljr.t: Various test - fixes - - * lib/WWW/Shorten/V3.pm: Fixed response regex - -2004-10-24 Dave Cross <[email protected]> - - * MANIFEST.SKIP, Makefile.PL, SIGNATURE: New version with fixed SIGNATURE - - * Makefile.PL, lib/WWW/Shorten.pm: Changed author in Makefile.PL. Get - $VERSION from CVS tag. - - * MANIFEST, lib/WWW/Shorten.pm: Add some CVS tags - - * Changes: Removed Changes from CVS - - * ChangeLog, ChangeLog.SPOON: Replaced ChangeLog with ChangeLog.SPOON - - * AUTHORS: Changed author info - - * lib/WWW/Shorten.pm: Changed author info. - - * AUTHORS, Artistic, COPYING, CREDITS, ChangeLog, Changes, INSTALL, LICENCE, - MANIFEST, MANIFEST.SKIP, META.yml, Makefile.PL, README, SIGNATURE, TODO, - bin/shorten, bin/shortenrc, lib/WWW/Shorten.pm, lib/WWW/Shorten/BabyURL.pm, - lib/WWW/Shorten/EkDk.pm, lib/WWW/Shorten/Linkz.pm, - lib/WWW/Shorten/MakeAShorterLink.pm, lib/WWW/Shorten/Metamark.pm, - lib/WWW/Shorten/NotLong.pm, lib/WWW/Shorten/OneShortLink.pm, - lib/WWW/Shorten/Shorl.pm, lib/WWW/Shorten/ShortLink.pm, - lib/WWW/Shorten/SmLnk.pm, lib/WWW/Shorten/SnipURL.pm, - lib/WWW/Shorten/TinyClick.pm, lib/WWW/Shorten/TinyURL.pm, - lib/WWW/Shorten/Tinylink.pm, lib/WWW/Shorten/URLjr.pm, lib/WWW/Shorten/V3.pm, - lib/WWW/Shorten/_dead.pm, lib/WWW/Shorten/generic.pm, - lib/WWW/Shorten/qURL.pm, t/00load.t, t/00load_a.t, t/00load_b.t, t/00sig.t, - t/01version.t, t/99pod.t, t/babyurl.t, t/ekdk.t, t/linkz.t, t/masl.t, - t/metamark.t, t/newnames.t, t/notlong.t, t/oneshort.t, t/qurl.t, t/shorl.t, - t/shortlink.t, t/smlnk.t, t/snipurl.t, t/tinyclick.t, t/tinylink.t, - t/tinyurl.t, t/urljr.t, t/v3.t, t/ws_masl.t: Initial revision diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/WWW-Shorten-3.03/MANIFEST new/WWW-Shorten-3.04/MANIFEST --- old/WWW-Shorten-3.03/MANIFEST 2012-04-06 18:44:00.000000000 +0200 +++ new/WWW-Shorten-3.04/MANIFEST 2013-08-22 12:32:15.000000000 +0200 @@ -29,8 +29,8 @@ t/00noexp.t t/00sig.t t/01version.t -t/98pod-coverage.t -t/99pod.t +xt/98pod-coverage.t +xt/99pod.t t/linkz.t t/linktoolbot.t t/masl.t diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/WWW-Shorten-3.03/META.json new/WWW-Shorten-3.04/META.json --- old/WWW-Shorten-3.03/META.json 2012-04-06 18:44:00.000000000 +0200 +++ new/WWW-Shorten-3.04/META.json 2013-08-22 12:32:15.000000000 +0200 @@ -5,7 +5,7 @@ "Based on WWW::MakeAShorterLink by Dave Cross <[email protected]>" ], "dynamic_config" : 1, - "generated_by" : "Module::Build version 0.38, CPAN::Meta::Converter version 2.120630", + "generated_by" : "Module::Build version 0.4005, CPAN::Meta::Converter version 2.130880", "license" : [ "artistic_2" ], @@ -22,7 +22,7 @@ }, "configure" : { "requires" : { - "Module::Build" : "0.38" + "Module::Build" : "0.40" } }, "runtime" : { @@ -38,7 +38,7 @@ "provides" : { "WWW::Shorten" : { "file" : "lib/WWW/Shorten.pm", - "version" : "3.03" + "version" : "3.04" }, "WWW::Shorten::LinkToolbot" : { "file" : "lib/WWW/Shorten/LinkToolbot.pm", @@ -65,8 +65,7 @@ "version" : "1.90" }, "WWW::Shorten::UserAgent" : { - "file" : "lib/WWW/Shorten/UserAgent.pm", - "version" : 0 + "file" : "lib/WWW/Shorten/UserAgent.pm" }, "WWW::Shorten::generic" : { "file" : "lib/WWW/Shorten/generic.pm", @@ -76,8 +75,8 @@ "release_status" : "stable", "resources" : { "license" : [ - "http://opensource.org/licenses/artistic-license-2.0.php" + "http://www.perlfoundation.org/artistic_license_2_0" ] }, - "version" : "3.03" + "version" : "3.04" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/WWW-Shorten-3.03/META.yml new/WWW-Shorten-3.04/META.yml --- old/WWW-Shorten-3.03/META.yml 2012-04-06 18:44:00.000000000 +0200 +++ new/WWW-Shorten-3.04/META.yml 2013-08-22 12:32:15.000000000 +0200 @@ -6,9 +6,9 @@ build_requires: Test::More: 0.47 configure_requires: - Module::Build: 0.38 + Module::Build: 0.40 dynamic_config: 1 -generated_by: 'Module::Build version 0.38, CPAN::Meta::Converter version 2.120630' +generated_by: 'Module::Build version 0.4005, CPAN::Meta::Converter version 2.130880' license: artistic_2 meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -17,7 +17,7 @@ provides: WWW::Shorten: file: lib/WWW/Shorten.pm - version: 3.03 + version: 3.04 WWW::Shorten::LinkToolbot: file: lib/WWW/Shorten/LinkToolbot.pm version: 1.90 @@ -38,7 +38,6 @@ version: 1.90 WWW::Shorten::UserAgent: file: lib/WWW/Shorten/UserAgent.pm - version: 0 WWW::Shorten::generic: file: lib/WWW/Shorten/generic.pm version: 1.92 @@ -49,5 +48,5 @@ URI: 1.27 perl: 5.006 resources: - license: http://opensource.org/licenses/artistic-license-2.0.php -version: 3.03 + license: http://www.perlfoundation.org/artistic_license_2_0 +version: 3.04 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/WWW-Shorten-3.03/Makefile.PL new/WWW-Shorten-3.04/Makefile.PL --- old/WWW-Shorten-3.03/Makefile.PL 2012-04-06 18:44:00.000000000 +0200 +++ new/WWW-Shorten-3.04/Makefile.PL 2013-08-22 12:32:15.000000000 +0200 @@ -1,21 +1,21 @@ -# Note: this file was auto-generated by Module::Build::Compat version 0.3800 +# Note: this file was auto-generated by Module::Build::Compat version 0.4005 require 5.006; use ExtUtils::MakeMaker; WriteMakefile ( - 'NAME' => 'WWW::Shorten', - 'VERSION_FROM' => 'lib/WWW/Shorten.pm', - 'PREREQ_PM' => { - 'Config::Auto' => 0, - 'LWP' => '5.75', - 'LWP::UserAgent' => '2.023', - 'Test::More' => '0.47', - 'URI' => '1.27' - }, - 'INSTALLDIRS' => 'site', - 'EXE_FILES' => [ - 'bin/shorten' - ], - 'PL_FILES' => {} -) + 'NAME' => 'WWW::Shorten', + 'VERSION_FROM' => 'lib/WWW/Shorten.pm', + 'PREREQ_PM' => { + 'Config::Auto' => 0, + 'LWP' => '5.75', + 'LWP::UserAgent' => '2.023', + 'Test::More' => '0.47', + 'URI' => '1.27' + }, + 'INSTALLDIRS' => 'site', + 'EXE_FILES' => [ + 'bin/shorten' + ], + 'PL_FILES' => {} + ) ; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/WWW-Shorten-3.03/lib/WWW/Shorten/Linkz.pm new/WWW-Shorten-3.04/lib/WWW/Shorten/Linkz.pm --- old/WWW-Shorten-3.03/lib/WWW/Shorten/Linkz.pm 2012-04-06 18:44:00.000000000 +0200 +++ new/WWW-Shorten-3.04/lib/WWW/Shorten/Linkz.pm 2013-08-22 12:32:15.000000000 +0200 @@ -51,7 +51,7 @@ =cut -sub makeashorterlink ($) +sub makeashorterlink { my $url = shift or croak 'No URL passed to makeashorterlink'; my $ua = __PACKAGE__->ua(); @@ -78,7 +78,7 @@ =cut -sub makealongerlink ($) +sub makealongerlink { my $code = shift or croak 'No Linkz nickname/URL passed to makealongerlink'; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/WWW-Shorten-3.03/lib/WWW/Shorten/Metamark.pm new/WWW-Shorten-3.04/lib/WWW/Shorten/Metamark.pm --- old/WWW-Shorten-3.03/lib/WWW/Shorten/Metamark.pm 2012-04-06 18:44:00.000000000 +0200 +++ new/WWW-Shorten-3.04/lib/WWW/Shorten/Metamark.pm 2013-08-22 12:32:15.000000000 +0200 @@ -42,7 +42,7 @@ =cut -sub makeashorterlink ($) +sub makeashorterlink { my $url = shift or croak 'No URL passed to makeashorterlink'; my $ua = __PACKAGE__->ua(); @@ -65,7 +65,7 @@ =cut -sub makealongerlink ($) +sub makealongerlink { my $short_url = shift or croak 'No Metamark key / URL passed to makealongerlink'; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/WWW-Shorten-3.03/lib/WWW/Shorten/TinyURL.pm new/WWW-Shorten-3.04/lib/WWW/Shorten/TinyURL.pm --- old/WWW-Shorten-3.03/lib/WWW/Shorten/TinyURL.pm 2012-04-06 18:44:00.000000000 +0200 +++ new/WWW-Shorten-3.04/lib/WWW/Shorten/TinyURL.pm 2013-08-22 12:32:15.000000000 +0200 @@ -41,7 +41,7 @@ =cut -sub makeashorterlink ($) +sub makeashorterlink { my $url = shift or croak 'No URL passed to makeashorterlink'; my $ua = __PACKAGE__->ua(); @@ -69,7 +69,7 @@ =cut -sub makealongerlink ($) +sub makealongerlink { my $tinyurl_url = shift or croak 'No TinyURL key / URL passed to makealongerlink'; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/WWW-Shorten-3.03/lib/WWW/Shorten/Tinylink.pm new/WWW-Shorten-3.04/lib/WWW/Shorten/Tinylink.pm --- old/WWW-Shorten-3.03/lib/WWW/Shorten/Tinylink.pm 2012-04-06 18:44:00.000000000 +0200 +++ new/WWW-Shorten-3.04/lib/WWW/Shorten/Tinylink.pm 2013-08-22 12:32:15.000000000 +0200 @@ -52,7 +52,7 @@ =cut -sub makeashorterlink ($) +sub makeashorterlink { my $url = shift or croak 'No URL passed to makeashorterlink'; my $ua = __PACKAGE__->ua(); @@ -79,7 +79,7 @@ =cut -sub makealongerlink ($) +sub makealongerlink { my $code = shift or croak 'No Tinylink nickname/URL passed to makealongerlink'; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/WWW-Shorten-3.03/lib/WWW/Shorten.pm new/WWW-Shorten-3.04/lib/WWW/Shorten.pm --- old/WWW-Shorten-3.03/lib/WWW/Shorten.pm 2012-04-06 18:44:00.000000000 +0200 +++ new/WWW-Shorten-3.04/lib/WWW/Shorten.pm 2013-08-22 12:32:15.000000000 +0200 @@ -58,7 +58,7 @@ use base qw(WWW::Shorten::generic); our @EXPORT = qw(makeashorterlink makealongerlink); -our $VERSION = '3.03'; +our $VERSION = '3.04'; our $DEFAULT_SERVICE = 'Metamark'; @@ -160,7 +160,7 @@ L<WWW::MakeAShorterLink> is what this module was originally based upon. That module is obsoleted by L<WWW::Shorten::MakeAShorterLink>, one of the many subclasses of L<WWW::Shorten>. Of course, with the demise of -Make A Shorter Link, neither the obsolete module nor it's replacement are +Make A Shorter Link, neither the obsolete module nor its replacement are of any use. =head2 Same Area, Different Purpose diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/WWW-Shorten-3.03/t/98pod-coverage.t new/WWW-Shorten-3.04/t/98pod-coverage.t --- old/WWW-Shorten-3.03/t/98pod-coverage.t 2012-04-06 18:44:00.000000000 +0200 +++ new/WWW-Shorten-3.04/t/98pod-coverage.t 1970-01-01 01:00:00.000000000 +0100 @@ -1,4 +0,0 @@ -use Test::More; -eval "use Test::Pod::Coverage 1.04"; -plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage" if $@; -all_pod_coverage_ok(); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/WWW-Shorten-3.03/t/99pod.t new/WWW-Shorten-3.04/t/99pod.t --- old/WWW-Shorten-3.03/t/99pod.t 2012-04-06 18:44:00.000000000 +0200 +++ new/WWW-Shorten-3.04/t/99pod.t 1970-01-01 01:00:00.000000000 +0100 @@ -1,6 +0,0 @@ -use strict; - -use Test::More; -eval "use Test::Pod 1.00"; -plan skip_all => "Test::Pod 1.00 required for testing POD" if $@; -all_pod_files_ok(); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/WWW-Shorten-3.03/t/linkz.t new/WWW-Shorten-3.04/t/linkz.t --- old/WWW-Shorten-3.03/t/linkz.t 2012-04-06 18:44:00.000000000 +0200 +++ new/WWW-Shorten-3.04/t/linkz.t 2013-08-22 12:32:15.000000000 +0200 @@ -16,8 +16,8 @@ my ($code) = $shortened =~ $re; is (makealongerlink($code), $url, 'make it longer by Id'); - eval { &makeashorterlink() }; + eval { makeashorterlink() }; ok($@); - eval { &makealongerlink() }; + eval { makealongerlink() }; ok($@); } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/WWW-Shorten-3.03/t/metamark.t new/WWW-Shorten-3.04/t/metamark.t --- old/WWW-Shorten-3.03/t/metamark.t 2012-04-06 18:44:00.000000000 +0200 +++ new/WWW-Shorten-3.04/t/metamark.t 2013-08-22 12:32:15.000000000 +0200 @@ -12,7 +12,7 @@ my ($rs) = $short =~ m# / (\w+) $ #x; is ( makealongerlink($rs) => $url, 'make it longer by Id' ); -eval { &makeashorterlink() }; +eval { makeashorterlink() }; ok($@); -eval { &makealongerlink() }; +eval { makealongerlink() }; ok($@); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/WWW-Shorten-3.03/t/newnames.t new/WWW-Shorten-3.04/t/newnames.t --- old/WWW-Shorten-3.03/t/newnames.t 2012-04-06 18:44:00.000000000 +0200 +++ new/WWW-Shorten-3.04/t/newnames.t 2013-08-22 12:32:15.000000000 +0200 @@ -11,7 +11,7 @@ ok( exists $::{'makeashorterlink'}, 'shorter exists'); ok( exists $::{'makealongerlink'}, 'longer exists'); -eval { &makeashorterlink() }; +eval { makeashorterlink() }; ok($@); -eval { &makealongerlink() }; +eval { makealongerlink() }; ok($@); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/WWW-Shorten-3.03/t/tinyurl.t new/WWW-Shorten-3.04/t/tinyurl.t --- old/WWW-Shorten-3.03/t/tinyurl.t 2012-04-06 18:44:00.000000000 +0200 +++ new/WWW-Shorten-3.04/t/tinyurl.t 2013-08-22 12:32:15.000000000 +0200 @@ -10,7 +10,7 @@ is ( makealongerlink($prefix.$code), $url, 'make it longer'); is ( makealongerlink($code), $url, 'make it longer by Id',); -eval { &makeashorterlink() }; +eval { makeashorterlink() }; ok($@, 'makeashorterlink fails with no args'); -eval { &makealongerlink() }; +eval { makealongerlink() }; ok($@, 'makealongerlink fails with no args'); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/WWW-Shorten-3.03/xt/98pod-coverage.t new/WWW-Shorten-3.04/xt/98pod-coverage.t --- old/WWW-Shorten-3.03/xt/98pod-coverage.t 1970-01-01 01:00:00.000000000 +0100 +++ new/WWW-Shorten-3.04/xt/98pod-coverage.t 2013-08-22 12:32:15.000000000 +0200 @@ -0,0 +1,4 @@ +use Test::More; +eval "use Test::Pod::Coverage 1.04"; +plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage" if $@; +all_pod_coverage_ok(); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/WWW-Shorten-3.03/xt/99pod.t new/WWW-Shorten-3.04/xt/99pod.t --- old/WWW-Shorten-3.03/xt/99pod.t 1970-01-01 01:00:00.000000000 +0100 +++ new/WWW-Shorten-3.04/xt/99pod.t 2013-08-22 12:32:15.000000000 +0200 @@ -0,0 +1,6 @@ +use strict; + +use Test::More; +eval "use Test::Pod 1.00"; +plan skip_all => "Test::Pod 1.00 required for testing POD" if $@; +all_pod_files_ok(); -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
