[libmoosex-getopt-perl] branch master updated (ea4b6eb -> 876437c)

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 change to branch master
in repository libmoosex-getopt-perl.

      from  ea4b6eb   update changelog
      adds  efd98b1   Imported Upstream version 0.71
       new  228b0b7   Merge tag 'upstream/0.71'
       new  79ee751   Declare compliance with Debian Policy 3.9.8
       new  3d9892b   Bump debhelper compatibility level to 9
       new  6419a3d   Refresh (build-) dependencies
       new  0caef8c   Update upstream contact details
       new  876437c   Releasing package libmoosex-getopt-perl version 0.71-1

The 6 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                                           |  44 +-
 CONTRIBUTING                                       |  12 +-
 Changes                                            |  12 +
 INSTALL                                            |  14 +-
 MANIFEST                                           |  16 +-
 META.json                                          | 690 ++++++++++++---------
 META.yml                                           | 537 +++++++++-------
 Makefile.PL                                        |  44 +-
 README                                             |   4 +-
 debian/changelog                                   |  13 +-
 debian/compat                                      |   2 +-
 debian/control                                     |  16 +-
 debian/upstream/metadata                           |   2 +-
 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 -
 70 files changed, 1251 insertions(+), 779 deletions(-)
 create mode 100644 t/114_init_arg.t
 delete mode 100644 weaver.ini
 rename xt/{release => author}/kwalitee.t (95%)
 create mode 100644 xt/author/mojibake.t
 rename xt/{release => author}/pod-coverage.t (100%)
 rename xt/{release => author}/pod-no404s.t (100%)
 rename xt/{release => author}/pod-syntax.t (84%)
 rename xt/{release => author}/portability.t (100%)
 delete mode 100644 xt/release/mojibake.t

-- 
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