[liburi-title-perl] branch master updated (5fb32d0 -> 528474e)

gregor herrmann gregoa at debian.org
Sun May 10 16:17:19 UTC 2015


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

gregoa pushed a change to branch master
in repository liburi-title-perl.

      from  5fb32d0   releasing package liburi-title-perl version 1.89-1
      adds  bd4ff8e   Added title line to Changes file
      adds  ba369f6   Min perl version set to 5.006
      adds  6e29a9a   Added separate COPYRIGHT AND LICENSE section in pod
      adds  96cf3cd   Added WWW::GetPageTitle to SEE ALSO
      adds  a3f5eb3   remove files generated by dzil
      adds  c90961a   dzil configuration file
      adds  140d4fb   generate pod tests
      adds  11263c3   remove "no blank line for $VERSION after package statement" warning from dzil
      adds  5dd83bf   move all POD at the end of the files
      adds  cffff54   Skip POD coverage for required methods in plugins
      adds  40e195b   prefix private functions with an underscore
      adds  359517c   Merge branch 'dzil'
      adds  a28368c   copy the explicit prereqs from the old Makefile.PL
      adds  0c9758d   $VERSION is set by dzil
      adds  77d116d   NextRelease format to match the current Changes file
      adds  74ba26b   proper attribution for the changes
      adds  e54a2a1   do not package the old concept script
      adds  b4ee79f   some files that git should ignore
      adds  c83b61a   Changes for version 1.900
      adds  8a02e5b   Imported Upstream version 1.900
       new  c3b4fb0   Merge tag 'upstream/1.900'
       new  a9e0d2c   Update debian/changelog
       new  528474e   releasing package liburi-title-perl version 1.900-1

The 3 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 +
 LICENSE                      | 379 +++++++++++++++++++++++++++++++++++++++++++
 MANIFEST                     |  20 ++-
 META.json                    |  75 +++++++++
 META.yml                     |  63 ++++---
 Makefile.PL                  | 110 ++++++++++---
 debian/changelog             |   7 +
 dist.ini                     |  51 ++++++
 lib/URI/Title.pm             | 163 ++++++++++---------
 lib/URI/Title/HTML.pm        |  18 +-
 lib/URI/Title/Image.pm       |  17 +-
 lib/URI/Title/MP3.pm         |  21 ++-
 lib/URI/Title/PDF.pm         |  19 ++-
 t/000-report-versions-tiny.t |  95 +++++++++++
 t/image.t                    |  21 +++
 t/other.t.broken             |  30 ++++
 t/release-distmeta.t         |  14 ++
 t/release-pod-coverage.t     |  15 ++
 t/release-pod-syntax.t       |  14 ++
 xt/pod-coverage.t            |   9 -
 xt/pod.t                     |   6 -
 21 files changed, 980 insertions(+), 176 deletions(-)
 create mode 100644 LICENSE
 create mode 100644 META.json
 create mode 100644 dist.ini
 create mode 100644 t/000-report-versions-tiny.t
 create mode 100644 t/image.t
 create mode 100644 t/other.t.broken
 create mode 100644 t/release-distmeta.t
 create mode 100644 t/release-pod-coverage.t
 create mode 100644 t/release-pod-syntax.t
 delete mode 100644 xt/pod-coverage.t
 delete mode 100644 xt/pod.t

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



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