[libmoosex-types-common-perl] branch master updated (ba2b42d -> d4e54f3)

gregor herrmann gregoa at debian.org
Sat Jan 21 18:48:46 UTC 2017


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

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

      from  ba2b42d   update changelog
      adds  23c6a5f   increment $VERSION after release
      adds  17e5d1a   hardcode the distribution name in Changes, to reduce churn on each release
      adds  d60a63d   declare a starting copyright year
      adds  373285e   whitespace around $VERSIONs
      adds  c14ea3c   switch to my podweaver plugin bundle
      adds  910c609   add a placeholder .mailmap
      adds  a15add5   Inline NumericCode
      adds  e3118ea   give credit in Changes for PR#4
      adds  f9c0b8c   Clarify docs on common string types
      adds  b769522   fix Test::More prereq for done_testing
      adds  c2cc179   switch from Test::Requires to Test::Needs
      adds  ceda7b8   use the clean namespaces test provided by my bundle
      adds  399b973   report on the installed versions of these modules, in case they are buggy
      adds  e70ff46   also run Module::Runtime::Conflicts in t/zzz-check-breaks.t
      adds  b03d3d2   add some keywords to distribution metadata
      adds  2660379   MooseX-Types-Common-0.001014
      adds  e60d80d   New upstream version 0.001014
       new  19a68e8   Merge tag 'upstream/0.001014'
       new  c246083   Update debian/changelog
       new  98286df   Update years of upstream and packaging copyright.
       new  e88e251   Declare compliance with Debian Policy 3.9.8.
       new  d4e54f3   releasing package libmoosex-types-common-perl version 0.001014-1

The 5 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                              |  42 +-
 CONTRIBUTING                          |  12 +-
 Changes                               |   3 +
 INSTALL                               |  14 +-
 LICENSE                               |   6 +-
 MANIFEST                              |  15 +-
 META.json                             | 705 +++++++++++++++++++++-------------
 META.yml                              | 545 ++++++++++++++++----------
 Makefile.PL                           |  40 +-
 README                                |   6 +-
 debian/changelog                      |   7 +-
 debian/control                        |   2 +-
 debian/copyright                      |   4 +-
 dist.ini                              |  19 +-
 lib/MooseX/Types/Common.pm            |  54 ++-
 lib/MooseX/Types/Common/Numeric.pm    |  19 +-
 lib/MooseX/Types/Common/String.pm     |  51 ++-
 t/00-report-prereqs.dd                |  79 ++--
 t/00-report-prereqs.t                 |  20 +-
 t/01-string.t                         |   2 +-
 t/02-numeric.t                        |   2 +-
 t/03-idiot.t                          |   2 +-
 t/04-coerce.t                         |   2 +-
 t/05-unicode.t                        |   2 +-
 t/06-fully-qualified.t                |   2 +-
 t/zzz-check-breaks.t                  |  14 +-
 weaver.ini                            |   6 -
 xt/author/00-compile.t                |  15 +-
 xt/author/clean-namespaces.t          |  11 +-
 xt/author/eol.t                       |  19 +-
 xt/{release => author}/kwalitee.t     |   2 +-
 xt/author/mojibake.t                  |   9 +
 xt/author/no-tabs.t                   |  16 +-
 xt/{release => author}/pod-coverage.t |   0
 xt/{release => author}/pod-no404s.t   |   0
 xt/author/pod-spell.t                 |  71 ++--
 xt/{release => author}/pod-syntax.t   |   1 +
 xt/{release => author}/portability.t  |   2 -
 xt/release/changes_has_content.t      |   2 +-
 xt/release/cpan-changes.t             |   9 +-
 xt/release/mojibake.t                 |  12 -
 41 files changed, 1123 insertions(+), 721 deletions(-)
 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 (95%)
 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-types-common-perl.git



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