[libmoosex-getopt-perl] 01/06: Merge tag 'upstream/0.71'

Nick Morrott nickm-guest at moszumanska.debian.org
Thu Aug 11 00:05:28 UTC 2016


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

nickm-guest pushed a commit to branch master
in repository libmoosex-getopt-perl.

commit 228b0b797dd877c7cfd7cfff03011032003714be
Merge: ea4b6eb efd98b1
Author: Nick Morrott <knowledgejunkie at gmail.com>
Date:   Wed Aug 10 21:46:58 2016 +0100

    Merge tag 'upstream/0.71'
    
    Upstream version 0.71

 Build.PL                                           |  44 +-
 CONTRIBUTING                                       |  12 +-
 Changes                                            |  12 +
 INSTALL                                            |  14 +-
 MANIFEST                                           |  16 +-
 META.json                                          | 690 ++++++++++++---------
 META.yml                                           | 537 +++++++++-------
 Makefile.PL                                        |  44 +-
 README                                             |   4 +-
 dist.ini                                           |  10 +-
 lib/MooseX/Getopt.pm                               | 107 +++-
 lib/MooseX/Getopt/Basic.pm                         |  21 +-
 lib/MooseX/Getopt/Dashes.pm                        |  15 +-
 lib/MooseX/Getopt/GLD.pm                           |  17 +-
 lib/MooseX/Getopt/Meta/Attribute.pm                |  16 +-
 lib/MooseX/Getopt/Meta/Attribute/NoGetopt.pm       |  15 +-
 lib/MooseX/Getopt/Meta/Attribute/Trait.pm          |  21 +-
 lib/MooseX/Getopt/Meta/Attribute/Trait/NoGetopt.pm |  15 +-
 lib/MooseX/Getopt/OptionTypeMap.pm                 |  15 +-
 lib/MooseX/Getopt/ProcessedArgv.pm                 |  15 +-
 lib/MooseX/Getopt/Strict.pm                        |  15 +-
 t/00-report-prereqs.dd                             |  73 ++-
 t/00-report-prereqs.t                              |  15 +-
 t/001_basic.t                                      |   2 +-
 t/002_custom_option_type.t                         |   2 +-
 t/003_inferred_option_type.t                       |  10 +-
 t/004_nogetop.t                                    |   2 +-
 t/005_strict.t                                     |   2 +-
 t/006_metaclass_traits.t                           |   2 +-
 t/007_nogetopt_trait.t                             |   2 +-
 t/008_configfromfile.t                             |  12 +-
 t/009_gld_and_explicit_options.t                   |   2 +-
 t/010_dashes.t                                     |   2 +-
 t/011_process_argv.t                               |   2 +-
 t/100_gld_default_bug.t                            |   2 +-
 t/101_argv_bug.t                                   |   2 +-
 t/102_basic_basic.t                                |   2 +-
 t/103_uc_bug.t                                     |   2 +-
 t/104_override_usage.t                             |   2 +-
 t/105_uc_bug_more.t                                |   2 +-
 t/106_no_ignore_case.t                             |   2 +-
 t/107_no_auto_help.t                               |   2 +-
 t/107_union_bug.t                                  |   2 +-
 t/108_usage_attr.t                                 |   2 +-
 t/109_help_flag.t                                  |   2 +-
 t/110_sort_usage_by_attr_order.t                   |   2 +-
 t/111_gld_pass_through.t                           |   2 +-
 t/112_configfile_constructor_arg.t                 |   2 +-
 t/113_moosex_strictconstructor.t                   |   2 +-
 t/114_init_arg.t                                   |  43 ++
 t/zzz-check-breaks.t                               |   6 +-
 weaver.ini                                         |   6 -
 xt/author/00-compile.t                             |   9 +-
 xt/author/eol.t                                    |  20 +-
 xt/{release => author}/kwalitee.t                  |   2 +-
 xt/author/mojibake.t                               |   9 +
 xt/author/no-tabs.t                                |  17 +-
 xt/{release => author}/pod-coverage.t              |   0
 xt/{release => author}/pod-no404s.t                |   0
 xt/author/pod-spell.t                              |  46 +-
 xt/{release => author}/pod-syntax.t                |   1 +
 xt/{release => author}/portability.t               |   0
 xt/release/changes_has_content.t                   |   2 +-
 xt/release/cpan-changes.t                          |   9 +-
 xt/release/minimum-version.t                       |   2 +-
 xt/release/mojibake.t                              |  12 -
 66 files changed, 1231 insertions(+), 766 deletions(-)

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



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