[libmoosex-runnable-perl] 01/08: Merge tag 'upstream/0.07'

Daniel Lintott dlintott-guest at moszumanska.debian.org
Sun Apr 6 12:06:00 UTC 2014


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

dlintott-guest pushed a commit to branch master
in repository libmoosex-runnable-perl.

commit dc1eeb8bc7011fbb2b2f110210a8dac08597c56a
Merge: 151cb6a 731dc03
Author: Daniel Lintott <daniel at serverb.co.uk>
Date:   Sun Apr 6 12:38:38 2014 +0100

    Merge tag 'upstream/0.07'
    
    Upstream version 0.07
    
    # gpg: Signature made Sun 06 Apr 2014 12:38:37 BST using RSA key ID 5D73EC6E
    # gpg: Good signature from "Daniel Lintott (dlintott) <daniel at serverb.co.uk>"
    # gpg: WARNING: This key is not certified with a trusted signature!
    # gpg:          There is no indication that the signature belongs to the owner.
    # Primary key fingerprint: B46F AACA 454B CABF 5CE9  A0D8 C872 64D7 5D73 EC6E

 .gitignore                                         |   9 -
 Build.PL                                           |   4 +
 CONTRIBUTING                                       |  78 ++
 Changes                                            |  25 +-
 INSTALL                                            |  44 ++
 LICENSE                                            | 379 ++++++++++
 MANIFEST                                           |  49 +-
 MANIFEST.SKIP                                      |   8 -
 META.json                                          | 837 +++++++++++++++++++++
 META.yml                                           | 603 ++++++++++++++-
 Makefile.PL                                        | 165 +++-
 README                                             |  15 +
 README.md                                          | 116 +++
 dist.ini                                           |  60 ++
 inc/Module/Install.pm                              | 445 -----------
 inc/Module/Install/Base.pm                         |  78 --
 inc/Module/Install/Can.pm                          |  81 --
 inc/Module/Install/Fetch.pm                        |  93 ---
 inc/Module/Install/Makefile.pm                     | 300 --------
 inc/Module/Install/Metadata.pm                     | 647 ----------------
 inc/Module/Install/Scripts.pm                      |  29 -
 inc/Module/Install/Win32.pm                        |  64 --
 inc/Module/Install/WriteAll.pm                     |  60 --
 lib/MooseX/Runnable.pm                             |  60 +-
 lib/MooseX/Runnable/Invocation.pm                  |  13 +-
 lib/MooseX/Runnable/Invocation/MxRun.pm            |   5 +
 lib/MooseX/Runnable/Invocation/Plugin/Debug.pm     |  29 +
 lib/MooseX/Runnable/Invocation/Plugin/PAR.pm       |   8 +-
 lib/MooseX/Runnable/Invocation/Plugin/Profile.pm   |   5 +
 lib/MooseX/Runnable/Invocation/Plugin/Restart.pm   |   4 +
 .../Runnable/Invocation/Plugin/Restart/Auto.pm     |  17 +-
 .../Runnable/Invocation/Plugin/Restart/Base.pm     |   4 +
 .../Runnable/Invocation/Plugin/Role/CmdlineArgs.pm |   5 +
 .../Runnable/Invocation/Role/WithParsedArgs.pm     |   5 +
 .../Runnable/Invocation/Scheme/MooseX/Getopt.pm    |   5 +
 lib/MooseX/Runnable/Run.pm                         |  34 +-
 lib/MooseX/Runnable/Util/ArgParser.pm              |  35 +-
 {bin => script}/mx-run                             |   0
 t/00-load.t                                        |   2 -
 t/00-report-prereqs.t                              | 229 ++++++
 t/basic-mx-getopt.t                                |   6 +-
 t/basic.t                                          |  10 +-
 t/invocation-plugin-initargs.t                     |  18 +-
 t/zzz-check-breaks.t                               |  18 +
 weaver.ini                                         |   8 +
 xt/author/00-compile.t                             |  90 +++
 xt/author/pod-spell.t                              |  45 ++
 xt/pod-coverage.t                                  |   6 -
 xt/pod.t                                           |   6 -
 xt/release/changes_has_content.t                   |  41 +
 xt/release/clean-namespaces.t                      |   9 +
 xt/release/cpan-changes.t                          |  11 +
 xt/release/distmeta.t                              |   6 +
 xt/release/eol.t                                   |   8 +
 xt/release/kwalitee.t                              |   4 +
 xt/release/minimum-version.t                       |   8 +
 xt/release/mojibake.t                              |  12 +
 xt/release/no-tabs.t                               |  28 +
 xt/release/pod-no404s.t                            |  21 +
 xt/release/pod-syntax.t                            |   6 +
 xt/release/portability.t                           |  11 +
 xt/release/test-version.t                          |  22 +
 62 files changed, 3105 insertions(+), 1938 deletions(-)

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



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