[libmoosex-getopt-perl] 03/10: Merge tag 'upstream/0.68'

gregor herrmann gregoa at debian.org
Mon May 11 21:06:18 UTC 2015


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

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

commit 3d04db67c554e6daf3452f026088188a2e0c44b8
Merge: c3d0059 b3aa40b
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon May 11 22:57:32 2015 +0200

    Merge tag 'upstream/0.68'
    
    Upstream version 0.68

 Build.PL                                           |  42 +-
 CONTRIBUTING                                       |  22 +-
 Changes                                            |  11 +
 INSTALL                                            |   1 -
 MANIFEST                                           |   9 +-
 META.json                                          | 631 ++++++++++++++-------
 META.yml                                           | 481 ++++++++++------
 Makefile.PL                                        |  24 +-
 README                                             |   4 +-
 dist.ini                                           |   9 +-
 lib/MooseX/Getopt.pm                               |  63 +-
 lib/MooseX/Getopt/Basic.pm                         |  16 +-
 lib/MooseX/Getopt/Dashes.pm                        |   9 +-
 lib/MooseX/Getopt/GLD.pm                           |   9 +-
 lib/MooseX/Getopt/Meta/Attribute.pm                |   9 +-
 lib/MooseX/Getopt/Meta/Attribute/NoGetopt.pm       |  10 +-
 lib/MooseX/Getopt/Meta/Attribute/Trait.pm          |   9 +-
 lib/MooseX/Getopt/Meta/Attribute/Trait/NoGetopt.pm |   9 +-
 lib/MooseX/Getopt/OptionTypeMap.pm                 |   9 +-
 lib/MooseX/Getopt/ProcessedArgv.pm                 |   9 +-
 lib/MooseX/Getopt/Strict.pm                        |   9 +-
 t/00-report-prereqs.dd                             |  85 ++-
 t/00-report-prereqs.t                              |  28 +-
 t/001_basic.t                                      |   2 +-
 t/002_custom_option_type.t                         |   2 +-
 t/003_inferred_option_type.t                       |   2 +-
 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                             |   5 +-
 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                             |  23 +-
 t/105_uc_bug_more.t                                |   2 +-
 t/106_no_ignore_case.t                             |   2 +-
 t/107_no_auto_help.t                               |   9 +-
 t/107_union_bug.t                                  |   2 +-
 t/108_usage_attr.t                                 |   4 +-
 t/109_help_flag.t                                  |   4 +-
 t/110_sort_usage_by_attr_order.t                   |  22 +-
 t/111_gld_pass_through.t                           |   2 +-
 t/112_configfile_constructor_arg.t                 |   7 +-
 t/113_moosex_strictconstructor.t                   |  51 ++
 t/zzz-check-breaks.t                               |   4 +-
 xt/author/00-compile.t                             |   9 +-
 xt/{release => author}/clean-namespaces.t          |   4 +-
 xt/{release/no-tabs.t => author/eol.t}             |  24 +-
 xt/{release => author}/no-tabs.t                   |   9 +-
 xt/author/pod-spell.t                              | 131 ++---
 xt/release/changes_has_content.t                   |   2 +-
 xt/release/eol.t                                   |   8 -
 xt/release/kwalitee.t                              |   9 +-
 xt/release/minimum-version.t                       |   2 +-
 xt/release/portability.t                           |   1 +
 60 files changed, 1185 insertions(+), 687 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