[libmoox-configfromfile-perl] branch master updated (5a2ae11 -> 364ef03)

Jonas Smedegaard dr at jones.dk
Wed Apr 1 17:23:55 UTC 2015


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

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

      from  5a2ae11   Prepare for release: Update changelog, control file and copyright hints.
      adds  7847ddd   bump version to 0.006 for next shot
      adds  b74f0f5   fix incorrect meta-data and incomplete handling
      adds  3590c12   improve test-coverage
      adds  7503c8d   add ignorance for cover_db
      adds  a9de3a6   apply perl-tidy rules
      adds  6c34fc5   add rough support for multiple prefixes
      adds  3346434   minor test improvements:
      adds  c638946   simplify code to avoid useless conditions
      adds  8c7ab87   improve test coverage
      adds  21c6d98   move multiple prefixes into a dedicated attribute
      adds  bb70b45   add new tests to prove MooX::Cmd integration
      adds  7fbf28f   add support for initializing config_identifier
      adds  1614870   add tests for MooX::Options integration
      adds  7ea98a2   apply Perl::Tidy rules
      adds  942a3e4   document new attributes
      adds  3a4b512   suggest additional test requires
      adds  a554d3c   bump copyright year to 2015
      adds  cf18367   reflect Changes
      adds  a0e41e2   Imported Upstream version 0.006
       new  e548cb4   Merge tag 'upstream/0.006'
       new  f5dc795   Update copyright info: Extend coverage for main upstream author.
       new  364ef03   Prepare for release: Update changelog, control file and copyright hints.

The 3 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                               |  14 +++
 MANIFEST.SKIP                          |   1 +
 META.json                              |  11 ++-
 META.yml                               |   6 +-
 Makefile.PL                            |  21 +++--
 calc/etc/large-operands.json           |   4 +
 calc/etc/operands.json                 |   4 +
 calc/etc/small-operands.json           |   4 +
 debian/changelog                       |  23 +++++
 debian/control                         |   1 -
 debian/copyright                       |   2 +-
 debian/copyright_hints                 |  23 ++++-
 etc/MooXCmdTest-test.json              |   3 +
 etc/MooXCmdTest.json                   |   5 ++
 etc/MooXCmdTest.test.this.json         |   3 +
 etc/MooXCmdTest.tested.json            |   3 +
 lib/MooX/ConfigFromFile.pm             |  29 ++++---
 lib/MooX/ConfigFromFile/Role.pm        |  99 ++++++++++++++++++---
 t/00-load.t                            |   2 +-
 t/01-moo.t                             |   7 +-
 t/02-moose.t                           |   8 +-
 t/lib/MooXCmdTest.pm                   |  23 +++++
 t/lib/MooXCmdTest/Cmd/Test.pm          |  26 ++++++
 t/lib/MooXCmdTest/Cmd/Test/Cmd/This.pm |  25 ++++++
 t/lib/MooXCmdTest/Cmd/Tested.pm        |  28 ++++++
 t/testerr.pm                           |  34 ++++++++
 t/testlib.pm                           | 125 +++++++++++++++++++++------
 t/testmxcmd.pm                         |  41 +++++++++
 t/testmxopt.pm                         | 153 +++++++++++++++++++++++++++++++++
 30 files changed, 670 insertions(+), 68 deletions(-)
 create mode 100644 calc/etc/large-operands.json
 create mode 100644 calc/etc/operands.json
 create mode 100644 calc/etc/small-operands.json
 create mode 100644 etc/MooXCmdTest-test.json
 create mode 100644 etc/MooXCmdTest.json
 create mode 100644 etc/MooXCmdTest.test.this.json
 create mode 100644 etc/MooXCmdTest.tested.json
 create mode 100644 t/lib/MooXCmdTest.pm
 create mode 100644 t/lib/MooXCmdTest/Cmd/Test.pm
 create mode 100644 t/lib/MooXCmdTest/Cmd/Test/Cmd/This.pm
 create mode 100644 t/lib/MooXCmdTest/Cmd/Tested.pm
 create mode 100644 t/testerr.pm
 create mode 100644 t/testmxcmd.pm
 create mode 100644 t/testmxopt.pm

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



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