[libmoox-options-perl] branch master updated (c1b1f2c -> de74f21)

Jonas Smedegaard dr at jones.dk
Sun Feb 15 14:04:03 UTC 2015


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

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

      from  c1b1f2c   Prepare for release: Update changelog, control file and copyright hints.
      adds  54e412f   fix duplicate meta
      adds  a634e07   Added autorange attribute/feature
      adds  a9f4076   implement autorange support
      adds  14d0fc4   move autorange expand into sub method
      adds  7d84908   Merge redmine-review-feature-462-autorange
      adds  9076c42   reflect changes
      adds  2e8b5bd   Add version in Changes
      adds  1582ff5   Update version DistZilla
      adds  5301eab   simplify
      adds  c8845fd   update mkdn
      adds  524744f   Merge redmine-release-v4.013
      adds  10e69c2   Merge redmine-release-v4.013
      adds  046bcb6   add Term::Size::Any to recommends package
      adds  669fe46   handle possible miss of Term::Any::Size
      adds  9df6780   fix eval critic
      adds  2c2f3b1   fix critic issue
      adds  ab814cc   fix pod
      adds  220e4e8   Merge redmine-review-bug-466-term-any-size-should-be-recommanded-but-optional
      adds  5260625   reflect changes
      adds  5a6e1ea   fix warning issue on missing param on autoplit
      adds  5ca8e41   Merge redmine-review-bug-464-warning-generated-when-missing-required-params
      adds  71f0fb1   reflect changes
      adds  150e51f   Add version in Changes
      adds  f37e94e   Update version DistZilla
      adds  8484460   Merge redmine-release-v4.014
      adds  c0a8583   Merge redmine-release-v4.014
      adds  5253190   update README
      adds  200a357   update README
      adds  0326ad3   fix eval
      adds  90fd624   Add version in Changes
      adds  e8a2ae9   Update version DistZilla
      adds  711d6d1   Merge redmine-release-v4.015
      adds  25ab59c   Merge redmine-release-v4.015
      adds  33dff9c   update readme
      adds  c404ac6   update readme
      adds  0fcf4e8   Added a better error message for isa check failures.
      adds  a10daa4   error message go to stderr
      adds  372038d   err message for die
      adds  3868946   error message use stderr
      adds  13ad107   stderr when exit code is greater than 0
      adds  73f18ba   Merge redmine-review-feature-471-added-a-better-error-message-for-isa-check-failures
      adds  97823a4   reflect changes
      adds  3b29c71   add hidden option
      adds  6a46837   add pod and more tests
      adds  5827077   Merge redmine-review-feature-470-add-hidden-attribute-and-doc
      adds  42c4761   reflect changes
      adds  53132b2   Add version in Changes
      adds  57a9c57   update getopt long descriptive
      adds  6f2ac39   update readme
      adds  03414fa   Update version DistZilla
      adds  f98dcff   Merge redmine-release-v4.016
      adds  ae9ed44   Merge redmine-release-v4.016
      adds  2dea064   fix author critic
      adds  fce5a36   update deps
      adds  65c71bf   Add version in Changes
      adds  9cf592b   Update version DistZilla
      adds  9fa69b8   update mkdn
      adds  08c5612   Merge redmine-release-v4.017
      adds  c76862a   Merge redmine-release-v4.017
      adds  0de36b2   Imported Upstream version 4.017
       new  094536d   Merge tag 'upstream/4.017'
       new  6398164   Update package relations: (Build-)depend on recent libgetopt-long-perl.
       new  589bccf   Update package relations: Build-depend on recent libmodule-build-perl.
       new  de74f21   Update changelog, control file 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:
 Build.PL                                           |  30 ++--
 Changes                                            |  18 +++
 MANIFEST                                           |   5 +-
 META.json                                          | 158 ++++++++++++---------
 META.yml                                           | 145 ++++++++++---------
 README                                             |   4 +-
 README.mkdn                                        |  36 ++++-
 debian/changelog                                   |  18 +++
 debian/control                                     |   3 +-
 debian/copyright_hints                             |   9 +-
 debian/rules                                       |   6 +-
 dist.ini                                           |   8 +-
 lib/MooX/Options.pm                                |  43 +++++-
 lib/MooX/Options/Descriptive.pm                    |   8 +-
 lib/MooX/Options/Descriptive/Usage.pm              |  18 ++-
 lib/MooX/Options/Manual/Man.pod                    |   2 +-
 lib/MooX/Options/Manual/MooXCmd.pod                |   2 +-
 lib/MooX/Options/Manual/NamespaceClean.pod         |   2 +-
 lib/MooX/Options/Role.pm                           |  65 +++++++--
 t/00-compile.t                                     |  36 +++--
 ...tf8.t => autosplit_warning_on_required_param.t} |  24 ++--
 t/base.st                                          | 151 ++++++++++++++++++--
 t/hidden.t                                         |  43 ++++++
 t/isa_check.t                                      |  41 ++++++
 t/mo.t                                             |  49 +++++++
 t/moo.t                                            |  28 ++++
 t/moose.t                                          |  28 ++++
 xt/perlcritic.rc                                   |   2 +
 28 files changed, 766 insertions(+), 216 deletions(-)
 copy t/{doc-utf8.t => autosplit_warning_on_required_param.t} (52%)
 create mode 100644 t/hidden.t
 create mode 100644 t/isa_check.t

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



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