[libtest-cleannamespaces-perl] branch master updated (34b8624 -> 0ce83be)

Lucas Kanashiro kanashiro at moszumanska.debian.org
Sun Aug 28 03:26:16 UTC 2016


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

kanashiro pushed a change to branch master
in repository libtest-cleannamespaces-perl.

      from  34b8624   release libtest-cleannamespaces-perl version 0.19-1
      adds  7063961   increment $VERSION after 0.19 release
      adds  c889ca2   just use the plugin as provided by my plugin bundle
      adds  dc4e27c   switch from Sub::Exporter::Progressive to Exporter
      adds  7de6010   Test-CleanNamespaces-0.20-TRIAL
      adds  703b0c6   increment $VERSION after 0.20 release
      adds  c042066   stringify version before comparing, as recommended by Zefram
      adds  7282ec3   switch from Test::Requires to Test::Needs
      adds  83da0a4   time to release as stable
      adds  28421a6   Test-CleanNamespaces-0.21
      adds  52b4eae   increment $VERSION after 0.21 release
      adds  a6ae109   adjust the found file relative to lib before turning into module name
      adds  afbefd6   Test-CleanNamespaces-0.22
      adds  5ef9ecc   New upstream version 0.22
       new  f697259   Merge tag 'upstream/0.22'
       new  b3b0917   Update debian/changelog
       new  28f7285   debian/control: add libfile-pushd-perl and libtest-needs-perl as build dependencies
       new  0ce83be   releasing libtest-cleannamespaces-perl version 0.22-1

The 4 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:
 CONTRIBUTING                              |   4 +-
 Changes                                   |   9 ++
 MANIFEST                                  |   7 +-
 META.json                                 | 192 +++++++++++++++---------------
 META.yml                                  | 180 ++++++++++++++--------------
 Makefile.PL                               |  27 +++--
 README                                    |   4 +-
 debian/changelog                          |   9 ++
 debian/control                            |   4 +-
 dist.ini                                  |   4 -
 lib/Test/CleanNamespaces.pm               |  69 ++---------
 t/00-report-prereqs.dd                    |  12 +-
 t/00-report-prereqs.t                     |   3 +
 t/class_mop.t                             |   2 +-
 t/corpus/blib_and_lib/blib/arch/exists    |   0
 t/corpus/blib_and_lib/blib/lib/Foo/Bar.pm |   2 +
 t/corpus/blib_and_lib/lib/Alpha/Beta.pm   |   2 +
 t/corpus/just_lib/lib/Gamma/Delta.pm      |   2 +
 t/find_modules.t                          |  34 ++++++
 t/moo.t                                   |   2 +-
 t/moose-parameterized-role.t              |   3 +-
 t/moose.t                                 |   2 +-
 t/mouse.t                                 |   2 +-
 t/role_tiny.t                             |   2 +-
 xt/author/eol.t                           |   7 +-
 xt/author/no-tabs.t                       |   5 +
 xt/author/portability.t                   |   2 -
 xt/release/changes_has_content.t          |   2 +-
 28 files changed, 305 insertions(+), 288 deletions(-)
 create mode 100644 t/corpus/blib_and_lib/blib/arch/exists
 create mode 100644 t/corpus/blib_and_lib/blib/lib/Foo/Bar.pm
 create mode 100644 t/corpus/blib_and_lib/lib/Alpha/Beta.pm
 create mode 100644 t/corpus/just_lib/lib/Gamma/Delta.pm
 create mode 100644 t/find_modules.t

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



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