[libmoosex-getopt-perl] branch master updated (b1d1024 -> c4b2bb7)

gregor herrmann gregoa at debian.org
Thu Jan 2 20:02:36 UTC 2014


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

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

      from  b1d1024   releasing package libmoosex-getopt-perl version 0.58-1
      adds  47f4b5c   Imported Upstream version 0.59
       new  0353241   Merge tag 'upstream/0.59'
       new  cf691ef   New upstream release.
       new  2f74c1a   Update years of copyright.
       new  4d90357   Update build dependencies.
       new  bc5ec5e   Declare compliance with Debian Policy 3.9.5.
       new  c4b2bb7   releasing package libmoosex-getopt-perl version 0.59-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                                           |   2 +-
 CONTRIBUTING                                       |  76 ++++
 Changes                                            |  41 +-
 LICENSE                                            |   6 +-
 MANIFEST                                           |  10 +-
 META.json                                          | 444 ++++++++++++++++-----
 META.yml                                           | 363 ++++++++++++-----
 Makefile.PL                                        | 142 +++++++
 README                                             |   4 +-
 README.md                                          | 300 ++++++++++++++
 debian/changelog                                   |   9 +
 debian/control                                     |   8 +-
 debian/copyright                                   |   4 +-
 dist.ini                                           |  10 +-
 lib/MooseX/Getopt.pm                               | 197 +++++----
 lib/MooseX/Getopt/Basic.pm                         |  18 +-
 lib/MooseX/Getopt/Dashes.pm                        |  18 +-
 lib/MooseX/Getopt/GLD.pm                           |  19 +-
 lib/MooseX/Getopt/Meta/Attribute.pm                |  22 +-
 lib/MooseX/Getopt/Meta/Attribute/NoGetopt.pm       |  23 +-
 lib/MooseX/Getopt/Meta/Attribute/Trait.pm          |  23 +-
 lib/MooseX/Getopt/Meta/Attribute/Trait/NoGetopt.pm |  23 +-
 lib/MooseX/Getopt/OptionTypeMap.pm                 |  19 +-
 lib/MooseX/Getopt/ProcessedArgv.pm                 |  12 +-
 lib/MooseX/Getopt/Strict.pm                        |  23 +-
 t/00-check-deps.t                                  |  11 -
 t/00-report-prereqs.t                              | 146 +++++++
 weaver.ini                                         |   2 -
 {t => xt/author}/00-compile.t                      |  20 +-
 xt/author/pod-spell.t                              | 104 +++++
 xt/release/changes_has_content.t                   |   2 +-
 xt/release/kwalitee.t                              |   2 +-
 xt/release/minimum-version.t                       |   2 +-
 xt/release/mojibake.t                              |  12 +
 xt/release/no-tabs.t                               |  24 +-
 xt/release/portability.t                           |  11 +
 36 files changed, 1702 insertions(+), 450 deletions(-)
 create mode 100644 CONTRIBUTING
 create mode 100644 Makefile.PL
 create mode 100644 README.md
 delete mode 100644 t/00-check-deps.t
 create mode 100644 t/00-report-prereqs.t
 rename {t => xt/author}/00-compile.t (71%)
 create mode 100644 xt/author/pod-spell.t
 create mode 100644 xt/release/mojibake.t
 create mode 100644 xt/release/portability.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