[libmoosex-declare-perl] branch master updated (f579b14 -> d8fede1)

gregor herrmann gregoa at debian.org
Tue Jul 7 17:59:51 UTC 2015


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

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

      from  f579b14   libmoosex-declare-perl (0.39-1)
      adds  291b589   do not index internal modules that have no documented API
      adds  9416811   mark this module as deprecated in ABSTRACT for greater visibility
      adds  6de49a7   note in comments some limitations regarding MXRP versions
      adds  920aaa6   changelog for ABSTRACT update
      adds  24ee4a9   do not warn on < 5.8.9
      adds  fd40f0a   typo fixes (https://github.com/rafl/moosex-declare/pull/7)
      adds  12e9316   Typo fix (https://github.com/rafl/moosex-declare/pull/4)
      adds  bd7e6af   MooseX-Declare-0.40
      adds  9ab8992   officially mark this distribution as deprecated
      adds  8546744   [Test::CleanNamespaces] is now provided by my plugin bundle
      adds  698a61c   remove unneeded shebangs
      adds  e0ecb8e   remove redundant configs
      adds  d8867dd   keep $VERSION right in the repo
      adds  b81233b   augment .mailmap with a more pinpointed link
      adds  de88191   hardcode the distribution name in Changes, to reduce churn on each release
      adds  b5bf95c   it is now safe to use namespace::autoclean everywhere
      adds  557fb37   import fewer things
      adds  4915e87   document why we need to inline the entire weaver.ini
      adds  916c945   MooseX-Declare-0.41
      adds  e13a7fe   increment $VERSION after release
      adds  7e92243   eliminate dependency on List::MoreUtils
      adds  227ac26   testing seems to show that namespace::autoclean 0.16 is required when some other modules are older
      adds  fbd4092   MooseX-Declare-0.42
      adds  49918fa   Imported Upstream version 0.42
       new  e254646   Merge tag 'upstream/0.42'
       new  590014e   Update debian/changelog
       new  0e840ae   Update years of packaging copyright.
       new  e9e8195   Reformat debian/control with cme
       new  c5556a3   Mark package as autopkgtest-able.
       new  837b834   Declare compliance with Debian Policy 3.9.6.
       new  9eec3a1   Update (build) dependencies.
       new  8230b71   Don't install empty manpages.
       new  d8fede1   releasing package libmoosex-declare-perl version 0.42-1

The 9 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                                           |  43 +-
 CONTRIBUTING                                       |  22 +-
 Changes                                            |  14 +-
 INSTALL                                            |   1 -
 MANIFEST                                           |  11 +-
 META.json                                          | 633 +++++++++++++--------
 META.yml                                           | 496 +++++++++-------
 Makefile.PL                                        |  31 +-
 README                                             |   6 +-
 TODO                                               |   7 -
 debian/changelog                                   |  11 +
 debian/control                                     |  11 +-
 debian/copyright                                   |   2 +-
 debian/rules                                       |  10 +
 dist.ini                                           |  10 +-
 lib/MooseX/Declare.pm                              |  50 +-
 lib/MooseX/Declare/Context.pm                      |  14 +-
 lib/MooseX/Declare/Context/Namespaced.pm           |  10 +-
 lib/MooseX/Declare/Context/Parameterized.pm        |   6 +-
 lib/MooseX/Declare/Context/WithOptions.pm          |   9 +-
 lib/MooseX/Declare/StackItem.pm                    |   9 +-
 lib/MooseX/Declare/Syntax/EmptyBlockIfMissing.pm   |  13 +-
 lib/MooseX/Declare/Syntax/Extending.pm             |  10 +-
 lib/MooseX/Declare/Syntax/InnerSyntaxHandling.pm   |  10 +-
 lib/MooseX/Declare/Syntax/Keyword/Class.pm         |   9 +-
 lib/MooseX/Declare/Syntax/Keyword/Clean.pm         |  10 +-
 lib/MooseX/Declare/Syntax/Keyword/Method.pm        |  13 +-
 .../Declare/Syntax/Keyword/MethodModifier.pm       |  11 +-
 lib/MooseX/Declare/Syntax/Keyword/Namespace.pm     |  10 +-
 lib/MooseX/Declare/Syntax/Keyword/Role.pm          |   8 +-
 lib/MooseX/Declare/Syntax/Keyword/With.pm          |  16 +-
 lib/MooseX/Declare/Syntax/KeywordHandling.pm       |  15 +-
 lib/MooseX/Declare/Syntax/MethodDeclaration.pm     |   9 +-
 .../Syntax/MethodDeclaration/Parameterized.pm      |  11 +-
 lib/MooseX/Declare/Syntax/MooseSetup.pm            |  12 +-
 lib/MooseX/Declare/Syntax/NamespaceHandling.pm     |  24 +-
 lib/MooseX/Declare/Syntax/OptionHandling.pm        |  10 +-
 lib/MooseX/Declare/Syntax/RoleApplication.pm       |  10 +-
 lib/MooseX/Declare/Util.pm                         |   6 +-
 t/00-report-prereqs.dd                             |  73 ++-
 t/00-report-prereqs.t                              |  13 +-
 t/autoclean.t                                      |   2 +-
 t/recipes/basics/001_point.t                       |   2 -
 t/recipes/basics/002_bank_account.t                |   2 -
 t/recipes/basics/006_augment_inner.t               |   2 -
 t/role_application.t                               |   2 -
 t/zzz-check-breaks.t                               |   4 +-
 weaver.ini                                         |   1 +
 xt/author/00-compile.t                             |  13 +-
 xt/{release => author}/clean-namespaces.t          |   2 +-
 xt/{release/no-tabs.t => author/eol.t}             |  14 +-
 xt/{release => author}/kwalitee.t                  |   2 +-
 xt/{release => author}/no-tabs.t                   |  10 +-
 xt/release/changes_has_content.t                   |   2 +-
 xt/release/eol.t                                   |   8 -
 xt/release/portability.t                           |   1 +
 56 files changed, 1064 insertions(+), 702 deletions(-)
 delete mode 100644 TODO
 rename xt/{release => author}/clean-namespaces.t (93%)
 copy xt/{release/no-tabs.t => author/eol.t} (90%)
 rename xt/{release => author}/kwalitee.t (95%)
 rename xt/{release => author}/no-tabs.t (95%)
 delete mode 100644 xt/release/eol.t

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



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