[libnamespace-clean-perl] branch master updated (2455a08 -> 2a158b5)

Lucas Kanashiro kanashiro.duarte at gmail.com
Fri Jun 3 20:07:32 UTC 2016


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

kanashiro-guest pushed a change to branch master
in repository libnamespace-clean-perl.

      from  2455a08   update changelog
      adds  b808b16   Imported Upstream version 0.27
       new  7471a11   Merge tag 'upstream/0.27'
       new  9dd749e   Update debian/changelog
       new  18141eb   Update debian/upstream/metadata
       new  0e19c3a   Declare compliance with Debian policy 3.9.8
       new  dba38fe   debian/control: update dependencies
       new  2a158b5   Release libnamespace-clean-perl version 0.27-1

The 6 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                       |   7 ++
 MANIFEST                      |   4 +
 META.json                     |  11 ++-
 META.yml                      |   9 +-
 Makefile.PL                   | 192 ++++++++++++++++++------------------------
 debian/changelog              |  12 ++-
 debian/control                |   6 +-
 debian/upstream/metadata      |   4 +-
 inc/ExtUtils/HasCompiler.pm   | 160 +++++++++++++++++++++++++++++++++++
 lib/namespace/clean.pm        |  29 ++++---
 lib/namespace/clean/_Util.pm  |   4 +-
 t/00-basic.t                  |   4 +-
 t/01-function-wipeout.t       |   4 +-
 t/02-inheritance.t            |   4 +-
 t/03-unimport.t               |   4 +-
 t/04-except.t                 |   4 +-
 t/05-explicit-cleanee.t       |  13 +--
 t/05-syntax-error.t           |   4 +-
 t/06-other-types.t            |   4 +-
 t/07-debugger.t               |   7 +-
 t/07-pseudo-debugger.t        |  32 +++++++
 t/08-const-sub.t              |   4 +-
 t/09-fiddle-hinthash.t        |   7 +-
 t/10-pure-perl.t              |  15 ++--
 t/11-multiclean-in-scope.t    |  78 +++++++++++++++++
 t/lib/Devel/_NC_TEST_DashD.pm |   9 ++
 26 files changed, 441 insertions(+), 190 deletions(-)
 create mode 100644 inc/ExtUtils/HasCompiler.pm
 create mode 100644 t/07-pseudo-debugger.t
 create mode 100644 t/11-multiclean-in-scope.t
 create mode 100644 t/lib/Devel/_NC_TEST_DashD.pm

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



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