[libmoox-cmd-perl] branch master updated (72cee10 -> eeb4147)

Jonas Smedegaard dr at jones.dk
Wed Apr 1 15:32:22 UTC 2015


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

js pushed a change to branch master
in repository libmoox-cmd-perl.

      from  72cee10   Prepare for release: Update changelog, control file and copyright hints.
      adds  693e69d   bump version to 0.012 for next shot
      adds  89a19d3   add support for MooX::ConfigFromFile 0.006
      adds  b53289c   use List::MoreUtils 0.406 to improve
      adds  e9839d4   adopt .gitignore from MooX::ConfigFromFile
      adds  9f9951c   improve Kwalitee and Meta-Data
      adds  5f04820   don't distribute results from Devel::Cover
      adds  9887e4e   adjust copyright
      adds  d75121a   reflect Changes
      adds  b75e6c7   bump version after release to 0.013
      adds  7b63700   fix repository path's (reported by haarg)
      adds  f55325d   fix ConfigFromFile test for Moose
      adds  999d75b   reflect Changes
      adds  844e8e2   Imported Upstream version 0.013
       new  919c58b   Merge tag 'upstream/0.013'
       new  73fa3c9   Update package relations: (Build-)depend on recent liblist-moreutils-perl.
       new  e8235d4   Update package relations: Suggest libmoox-configfromfile-perl.
       new  eeb4147   Update changelog and copyright hints.

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:
 Changes                                            | 10 +++++
 MANIFEST                                           | 10 ++++-
 MANIFEST.SKIP                                      |  1 +
 META.json                                          |  9 ++--
 META.yml                                           |  6 +--
 Makefile.PL                                        | 15 ++++---
 debian/changelog                                   | 17 ++++++++
 debian/copyright_hints                             | 25 +++++++++--
 debian/rules                                       |  3 +-
 etc/04-moox-configfromfile.t-check-it.json         |  3 ++
 etc/04-moox-configfromfile.t-check.json            |  3 ++
 etc/04-moox-configfromfile.t.json                  |  5 +++
 lib/MooX/Cmd.pm                                    |  7 +++-
 lib/MooX/Cmd/Role.pm                               | 40 ++++++++----------
 lib/MooX/Cmd/Role/ConfigFromFile.pm                | 43 +++++++++++++++++++
 lib/MooX/Cmd/Tester.pm                             |  4 +-
 t/04-moox-configfromfile.t                         | 49 ++++++++++++++++++++++
 t/lib/{OptionTestApp.pm => ConfigApp.pm}           | 10 ++---
 t/lib/ConfigApp/Cmd/Check.pm                       | 25 +++++++++++
 .../Cmd/Check/Cmd/It.pm}                           | 10 ++---
 20 files changed, 238 insertions(+), 57 deletions(-)
 create mode 100644 etc/04-moox-configfromfile.t-check-it.json
 create mode 100644 etc/04-moox-configfromfile.t-check.json
 create mode 100644 etc/04-moox-configfromfile.t.json
 create mode 100644 lib/MooX/Cmd/Role/ConfigFromFile.pm
 create mode 100644 t/04-moox-configfromfile.t
 copy t/lib/{OptionTestApp.pm => ConfigApp.pm} (55%)
 create mode 100644 t/lib/ConfigApp/Cmd/Check.pm
 copy t/lib/{OptionTestApp.pm => ConfigApp/Cmd/Check/Cmd/It.pm} (55%)

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



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