[libwww-shorten-perl] branch master updated (a133999 -> 296137e)

gregor herrmann gregoa at debian.org
Fri May 6 17:10:20 UTC 2016


This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libwww-shorten-perl.

      from  a133999   update changelog
      adds  9b0a2a9   Imported Upstream version 3.08
       new  a6ced2c   Merge tag 'upstream/3.08'
      adds  ba9ffc6   Imported Upstream version 3.093
       new  fae4fad   Merge tag 'upstream/3.093'
       new  8a14a40   Update debian/changelog
       new  7c9c575   Update debian/upstream/metadata.
       new  fb71ffd   Drop spelling.patch, merged upstream.
       new  10c68d1   Update debian/patches/network_tests.patch.
       new  5f05624   Drop debian/libwww-shorten-perl.install.
       new  552c07a   Update build/runtime/autopkgtest dependencies.
       new  270b202   Fix hashbang in example script.
       new  1614962   Declare compliance with Debian Policy 3.9.8.
       new  296137e   releasing package libwww-shorten-perl version 3.093-1

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:
 AUTHORS                             |   12 -
 Artistic                            |  180 ------
 Build.PL                            |   34 --
 CREDITS                             |   30 -
 ChangeLog.SPOON                     |  671 ----------------------
 Changes                             | 1076 +++++++++++------------------------
 INSTALL                             |  103 ----
 LICENCE                             |   16 -
 LICENSE                             |  379 ++++++++++++
 MANIFEST                            |   63 +-
 MANIFEST.SKIP                       |   25 -
 META.json                           |  112 ++--
 META.yml                            |   78 ++-
 Makefile.PL                         |   79 ++-
 README                              |   10 -
 README.md                           |  115 ++++
 TODO                                |    4 -
 bin/shorten                         |  101 ++--
 debian/changelog                    |   16 +-
 debian/control                      |   10 +-
 debian/libwww-shorten-perl.install  |    1 -
 debian/patches/network_tests.patch  |   23 +-
 debian/patches/series               |    1 -
 debian/patches/spelling.patch       |   18 -
 debian/rules                        |    5 +-
 debian/tests/pkg-perl/syntax-skip   |    2 +
 debian/upstream/metadata            |    5 +-
 dist.ini                            |  109 ++++
 lib/WWW/Shorten.pm                  |  277 +++++----
 lib/WWW/Shorten/LinkToolbot.pm      |   39 +-
 lib/WWW/Shorten/Linkz.pm            |  109 +---
 lib/WWW/Shorten/MakeAShorterLink.pm |   39 +-
 lib/WWW/Shorten/Metamark.pm         |   50 +-
 lib/WWW/Shorten/Qurl.pm             |   48 ++
 lib/WWW/Shorten/Qwer.pm             |   48 ++
 lib/WWW/Shorten/TinyClick.pm        |   39 +-
 lib/WWW/Shorten/TinyURL.pm          |  158 ++---
 lib/WWW/Shorten/Tinylink.pm         |  120 +---
 lib/WWW/Shorten/UserAgent.pm        |   64 ++-
 lib/WWW/Shorten/_dead.pm            |   30 +-
 lib/WWW/Shorten/generic.pm          |   90 ++-
 t/00-load-default.t                 |   10 +
 t/00-load-short.t                   |   10 +
 t/00load.t                          |   13 +-
 t/00load_a.t                        |   14 +-
 t/00load_b.t                        |   13 +-
 t/00noexp.t                         |   12 +-
 t/01version.t                       |    7 -
 t/90-dead.t                         |   10 +
 t/91-dead-linktoolbot.t             |   10 +
 t/92-dead-metamark.t                |   10 +
 t/93-dead-masl.t                    |   10 +
 t/94-dead-tinyclick.t               |   10 +
 t/95-dead-tinylink.t                |   10 +
 t/96-dead-linkz.t                   |   10 +
 t/97-dead-qurl.t                    |   10 +
 t/98-dead-qwer.t                    |   10 +
 t/linktoolbot.t                     |    3 -
 t/linkz.t                           |   23 -
 t/masl.t                            |    3 -
 t/metamark.t                        |    3 -
 t/newnames.t                        |   16 -
 t/tinyclick.t                       |    3 -
 t/tinylink.t                        |    3 -
 t/tinyurl.t                         |   67 ++-
 xt/98pod-coverage.t                 |    4 -
 xt/99pod.t                          |    6 -
 xt/author/changes.t                 |   13 +
 xt/author/kwalitee.t                |   17 +
 xt/author/manifest.t                |   13 +
 xt/author/pod-cm.t                  |   15 +
 xt/author/pod-spell.t               |   73 +++
 xt/author/pod-syntax.t              |    7 +
 xt/release/pause-permissions.t      |   13 +
 xt/release/pod-coverage.t           |   44 ++
 75 files changed, 2207 insertions(+), 2677 deletions(-)
 delete mode 100644 AUTHORS
 delete mode 100644 Artistic
 delete mode 100644 Build.PL
 delete mode 100644 CREDITS
 delete mode 100644 ChangeLog.SPOON
 delete mode 100644 INSTALL
 delete mode 100644 LICENCE
 create mode 100644 LICENSE
 delete mode 100644 MANIFEST.SKIP
 delete mode 100644 README
 create mode 100644 README.md
 delete mode 100644 TODO
 delete mode 100644 debian/libwww-shorten-perl.install
 delete mode 100644 debian/patches/spelling.patch
 create mode 100644 debian/tests/pkg-perl/syntax-skip
 create mode 100644 dist.ini
 create mode 100644 lib/WWW/Shorten/Qurl.pm
 create mode 100644 lib/WWW/Shorten/Qwer.pm
 create mode 100644 t/00-load-default.t
 create mode 100644 t/00-load-short.t
 delete mode 100644 t/01version.t
 create mode 100644 t/90-dead.t
 create mode 100644 t/91-dead-linktoolbot.t
 create mode 100644 t/92-dead-metamark.t
 create mode 100644 t/93-dead-masl.t
 create mode 100644 t/94-dead-tinyclick.t
 create mode 100644 t/95-dead-tinylink.t
 create mode 100644 t/96-dead-linkz.t
 create mode 100644 t/97-dead-qurl.t
 create mode 100644 t/98-dead-qwer.t
 delete mode 100644 t/linktoolbot.t
 delete mode 100644 t/linkz.t
 delete mode 100644 t/masl.t
 delete mode 100644 t/metamark.t
 delete mode 100644 t/newnames.t
 delete mode 100644 t/tinyclick.t
 delete mode 100644 t/tinylink.t
 delete mode 100644 xt/98pod-coverage.t
 delete mode 100644 xt/99pod.t
 create mode 100644 xt/author/changes.t
 create mode 100644 xt/author/kwalitee.t
 create mode 100644 xt/author/manifest.t
 create mode 100644 xt/author/pod-cm.t
 create mode 100644 xt/author/pod-spell.t
 create mode 100644 xt/author/pod-syntax.t
 create mode 100644 xt/release/pause-permissions.t
 create mode 100644 xt/release/pod-coverage.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libwww-shorten-perl.git



More information about the Pkg-perl-cvs-commits mailing list