[libtie-simple-perl] branch master updated (323f3fc -> 28d547b)

gregor herrmann gregoa at debian.org
Sun Nov 29 13:32:09 UTC 2015


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

gregoa pushed a change to branch master
in repository libtie-simple-perl.

      from  323f3fc   update changelog
      adds  9d71a47   Imported Upstream version 1.04
       new  0789f58   Merge tag 'upstream/1.04'
       new  5355c75   New upstream release.
       new  9a10fef   Add debian/upstream/metadata
       new  3d68a2a   Update debian/changelog
       new  a506254   Don't install almost empty README anymore.
       new  f446113   Update upstream copyright information.
       new  0545bff   Reformat debian/control with cme
       new  fc77d42   Mark package as autopkgtest-able.
       new  d493f81   Declare compliance with Debian Policy 3.9.6.
       new  4bbdc1b   Bump debhelper compatibility level to 9.
       new  489ed15   debian/rules: don't install manpage stubs for sub-modules.
       new  28d547b   releasing package libtie-simple-perl version 1.04-1

The 12 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                             |  22 +-
 META.json                            |  60 ++++++
 META.yml                             |  35 +++-
 Makefile.PL                          |  58 +++++-
 README                               |  34 +---
 Simple/Scalar.pm                     |  24 ---
 Simple/Util.pm                       |  25 ---
 debian/changelog                     |  16 +-
 debian/compat                        |   2 +-
 debian/control                       |   6 +-
 debian/copyright                     |   5 +-
 debian/libtie-simple-perl.docs       |   1 -
 debian/rules                         |   8 +
 debian/upstream/metadata             |   8 +
 dist.ini                             |  37 ++++
 Simple.pm => lib/Tie/Simple.pm       |  92 +++++----
 {Simple => lib/Tie/Simple}/Array.pm  |  33 ++-
 {Simple => lib/Tie/Simple}/Handle.pm |  35 +++-
 {Simple => lib/Tie/Simple}/Hash.pm   |  33 ++-
 lib/Tie/Simple/Scalar.pm             |  49 +++++
 lib/Tie/Simple/Util.pm               |  50 +++++
 t/array.t                            |   7 +-
 t/author-pod-coverage.t              |  15 ++
 t/author-pod-syntax.t                |  15 ++
 26 files changed, 894 insertions(+), 164 deletions(-)
 create mode 100644 LICENSE
 create mode 100644 META.json
 delete mode 100644 Simple/Scalar.pm
 delete mode 100644 Simple/Util.pm
 delete mode 100644 debian/libtie-simple-perl.docs
 create mode 100644 debian/upstream/metadata
 create mode 100644 dist.ini
 rename Simple.pm => lib/Tie/Simple.pm (79%)
 rename {Simple => lib/Tie/Simple}/Array.pm (64%)
 rename {Simple => lib/Tie/Simple}/Handle.pm (50%)
 rename {Simple => lib/Tie/Simple}/Hash.pm (55%)
 create mode 100644 lib/Tie/Simple/Scalar.pm
 create mode 100644 lib/Tie/Simple/Util.pm
 create mode 100644 t/author-pod-coverage.t
 create mode 100644 t/author-pod-syntax.t

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



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