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

js pushed a change to branch master
in repository libmoosex-runnable-perl.

      from  f499ff8   update changelog
       new  5b706ab   Sync rules with control: Update Test::use::ok build 
dependency.
      adds  09edc84   keep $VERSION right in the repo
      adds  4cf595a   [Test::CleanNamespaces] is now provided by my plugin 
bundle
      adds  33abdc0   switch to my podweaver plugin bundle
      adds  d66c913   use a more specific link
      adds  96cabd9   hardcode the distribution name in Changes, to reduce 
churn on each release
      adds  73987c7   this option is the default now
      adds  07d6320   affirm that we work as far back as Moose itself does
      adds  a47b247   this is a distribution eligible for static install
      adds  13b6a51   clean up how we search for prereqs
      adds  6748041   rename section so it does not clash with the 
automatically-woven one
      adds  17bc03c   List::MoreUtils -> List::SomeUtils
      adds  24de8d2   fix new 5.23.x warning: POSIX syntax [. .] belongs inside 
character classes (but this one isn't implemented) in regex
      adds  b2ccf60   switch off of lazy_build
      adds  f1d872b   MooseX-Runnable-0.10
      adds  f05df75   Imported Upstream version 0.10
       new  3a32e04   Merge tag 'upstream/0.10'
       new  1b12957   Update copyright info: Use License-Grant and 
License-Reference fields. Thanks to Ben Finney.
       new  fe6bc16   Update copyright info: Fix use double space between 
copyright holders.
       new  a5b3822   Update copyright info: Extend coverage of packaging to 
include recent years.
       new  9cf4296   Add lintian override regarding license in 
License-Reference field. See bug#786450.
       new  16952fb   Bump debhelper compatibility level to 9.
       new  ab8d90f   Add lintian override regarding debhelper 9.
       new  3a41002   Declare compliance with Debian Policy 3.9.8.
       new  ca4c823   Update Vcs-* fields: Use https protocol. Fix path.
       new  4eee804   Update watch file: Bump to file format 4. Drop secondary 
URL. Mention gbp --uscan in usage comment.
       new  05fddec   Update changelog, control file and copyright hints.

The 12 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                                           |  56 +-
 CONTRIBUTING                                       |  29 +-
 Changes                                            |   3 +
 INSTALL                                            |   1 -
 MANIFEST                                           |  15 +-
 META.json                                          | 864 +++++++++++++++------
 META.yml                                           | 655 ++++++++++------
 Makefile.PL                                        |  41 +-
 README                                             |   4 +-
 debian/changelog                                   |  25 +-
 debian/compat                                      |   2 +-
 debian/control                                     |   8 +-
 debian/control.in                                  |   4 +-
 debian/copyright                                   |  47 +-
 debian/copyright_hints                             |  37 +-
 debian/rules                                       |   5 +-
 debian/source/lintian-overrides                    |   8 +
 debian/watch                                       |   5 +-
 dist.ini                                           |  39 +-
 lib/MooseX/Runnable.pm                             |  46 +-
 lib/MooseX/Runnable/Invocation.pm                  |   9 +-
 lib/MooseX/Runnable/Invocation/MxRun.pm            |   7 +-
 lib/MooseX/Runnable/Invocation/Plugin/Debug.pm     |  20 +-
 lib/MooseX/Runnable/Invocation/Plugin/PAR.pm       |   7 +-
 lib/MooseX/Runnable/Invocation/Plugin/Profile.pm   |   7 +-
 lib/MooseX/Runnable/Invocation/Plugin/Restart.pm   |   7 +-
 .../Runnable/Invocation/Plugin/Restart/Auto.pm     |  12 +-
 .../Runnable/Invocation/Plugin/Restart/Base.pm     |   7 +-
 .../Runnable/Invocation/Plugin/Role/CmdlineArgs.pm |   7 +-
 .../Runnable/Invocation/Role/WithParsedArgs.pm     |   7 +-
 .../Runnable/Invocation/Scheme/MooseX/Getopt.pm    |   7 +-
 lib/MooseX/Runnable/Run.pm                         |  20 +-
 lib/MooseX/Runnable/Util/ArgParser.pm              |  40 +-
 t/00-report-prereqs.dd                             | 103 ++-
 t/00-report-prereqs.t                              |  28 +-
 t/zzz-check-breaks.t                               |   6 +-
 weaver.ini                                         |   6 -
 xt/author/00-compile.t                             |  17 +-
 xt/{release => author}/clean-namespaces.t          |   4 +-
 xt/{release/no-tabs.t => author/eol.t}             |  18 +-
 xt/author/kwalitee.t                               |   9 +
 xt/author/mojibake.t                               |   9 +
 xt/{release => author}/no-tabs.t                   |  14 +-
 xt/author/pod-spell.t                              |  33 +-
 xt/{release => author}/pod-syntax.t                |   1 +
 xt/release/changes_has_content.t                   |   2 +-
 xt/release/eol.t                                   |   8 -
 xt/release/kwalitee.t                              |   4 -
 xt/release/minimum-version.t                       |   2 +-
 xt/release/mojibake.t                              |  12 -
 xt/release/portability.t                           |   1 +
 51 files changed, 1506 insertions(+), 822 deletions(-)
 create mode 100644 debian/source/lintian-overrides
 delete mode 100644 weaver.ini
 rename xt/{release => author}/clean-namespaces.t (80%)
 copy xt/{release/no-tabs.t => author/eol.t} (80%)
 create mode 100644 xt/author/kwalitee.t
 create mode 100644 xt/author/mojibake.t
 rename xt/{release => author}/no-tabs.t (88%)
 rename xt/{release => author}/pod-syntax.t (84%)
 delete mode 100644 xt/release/eol.t
 delete mode 100644 xt/release/kwalitee.t
 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-runnable-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to