[libdevel-pragma-perl] branch master updated (3c5e9ce -> 61c62ae)

Damyan Ivanov dmn at alioth.debian.org
Tue Oct 22 06:42:44 UTC 2013


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

dmn pushed a change to branch master
in repository libdevel-pragma-perl.

      from  3c5e9ce   update changelog
      adds  1058b6c   Imported Upstream version 0.60
       new  9c908a5   Merge tag 'upstream/0.60'
       new  98f701b   Imported Upstream version 0.60
       new  30062e0   add years to main upstream copyright notice
       new  d6d2f68   add ppport.h to debian/copyright (how did this escape NEW review?)
       new  2fa2c81   update (build-)dependencies
       new  19a32e3   bump debhelper build-dependency to ensure hardening support
       new  0ade87b   claim conformance with Policy 3.9.4
       new  61c62ae   releasing package libdevel-pragma-perl version 0.60-1

The 8 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                     |    8 +-
 MANIFEST                    |   64 +++---
 META.json                   |   51 +++++
 META.yml                    |   50 ++---
 Makefile.PL                 |   12 +-
 Pragma.xs                   |  181 ++++------------
 README                      |   14 +-
 debian/changelog            |   14 +-
 debian/control              |   10 +-
 debian/copyright            |    8 +-
 lib/Devel/Pragma.pm         |  175 +++++++--------
 ppport.h                    |  503 ++++++++++++++++++++++++++++++-------------
 t/ccstash.t                 |    2 +-
 t/exception.t               |    8 +-
 t/{my_hints.t => hints.t}   |   34 +--
 t/leak.t                    |   43 +---
 t/lexical1.pm               |   20 --
 t/lib/leak.pm               |   12 ++
 t/lib/lexical1.pm           |   18 ++
 t/{ => lib}/lexical2.pm     |    0
 t/{ => lib}/require_1.pm    |    0
 t/{ => lib}/require_2.pm    |    0
 t/{ => lib}/require_3.pm    |    0
 t/{ => lib}/require_4.pm    |    0
 t/{ => lib}/require_5.pm    |    0
 t/{ => lib}/require_6.pm    |    0
 t/{ => lib}/require_7.pm    |    0
 t/{ => lib}/subclass_1.pm   |    0
 t/{ => lib}/subclass_2.pm   |    0
 t/{ => lib}/subclass_3.pm   |    0
 t/{ => lib}/subclass_4.pm   |    0
 t/{ => lib}/subclass_5.pm   |    0
 t/{ => lib}/superclass_1.pm |    0
 t/{ => lib}/superclass_2.pm |    0
 t/{ => lib}/superclass_3.pm |    0
 t/{ => lib}/superclass_4.pm |    0
 t/{ => lib}/superclass_5.pm |    0
 t/{ => lib}/test_10.pm      |    0
 t/{ => lib}/test_11.pm      |    0
 t/{ => lib}/test_2.pm       |    0
 t/{ => lib}/test_3.pm       |    0
 t/{ => lib}/test_4.pm       |    0
 t/{ => lib}/test_5.pm       |    0
 t/{ => lib}/test_6.pm       |    0
 t/{ => lib}/test_7.pm       |    0
 t/{ => lib}/test_8.pm       |    0
 t/{ => lib}/test_9.pm       |    0
 t/pod.t                     |    4 +-
 t/require.t                 |   61 +++---
 t/tag.t                     |    2 +-
 t/test_1.pm                 |   14 --
 t/test_12.pm                |   14 --
 52 files changed, 724 insertions(+), 598 deletions(-)
 create mode 100644 META.json
 rename t/{my_hints.t => hints.t} (81%)
 delete mode 100644 t/lexical1.pm
 create mode 100644 t/lib/leak.pm
 create mode 100644 t/lib/lexical1.pm
 rename t/{ => lib}/lexical2.pm (100%)
 rename t/{ => lib}/require_1.pm (100%)
 rename t/{ => lib}/require_2.pm (100%)
 rename t/{ => lib}/require_3.pm (100%)
 rename t/{ => lib}/require_4.pm (100%)
 rename t/{ => lib}/require_5.pm (100%)
 rename t/{ => lib}/require_6.pm (100%)
 rename t/{ => lib}/require_7.pm (100%)
 rename t/{ => lib}/subclass_1.pm (100%)
 rename t/{ => lib}/subclass_2.pm (100%)
 rename t/{ => lib}/subclass_3.pm (100%)
 rename t/{ => lib}/subclass_4.pm (100%)
 rename t/{ => lib}/subclass_5.pm (100%)
 rename t/{ => lib}/superclass_1.pm (100%)
 rename t/{ => lib}/superclass_2.pm (100%)
 rename t/{ => lib}/superclass_3.pm (100%)
 rename t/{ => lib}/superclass_4.pm (100%)
 rename t/{ => lib}/superclass_5.pm (100%)
 rename t/{ => lib}/test_10.pm (100%)
 rename t/{ => lib}/test_11.pm (100%)
 rename t/{ => lib}/test_2.pm (100%)
 rename t/{ => lib}/test_3.pm (100%)
 rename t/{ => lib}/test_4.pm (100%)
 rename t/{ => lib}/test_5.pm (100%)
 rename t/{ => lib}/test_6.pm (100%)
 rename t/{ => lib}/test_7.pm (100%)
 rename t/{ => lib}/test_8.pm (100%)
 rename t/{ => lib}/test_9.pm (100%)
 delete mode 100644 t/test_1.pm
 delete mode 100644 t/test_12.pm

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



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