This is an automated email from the git hooks/post-receive script. js pushed a commit to branch tmp in repository libmoosex-runnable-perl.
commit 5dba131168df24a5fcf8820956fa740b08612470 Merge: 6bc9ceb 1e237ec Author: Jonas Smedegaard <[email protected]> Date: Wed Mar 12 15:28:27 2014 +0100 Merge tag 'upstream/0.07' Upstream version 0.07 # gpg: Underskrift lavet ons 12 mar 2014 15:28:20 CET # gpg: bruger RSA nøgle 0x4EC1B722374F9BD6 # gpg: udfør venligst en --check-trustdb # gpg: God underskrift fra »Jonas Smedegaard <[email protected]>« [ultimativ] # gpg: også kendt som »Jonas Smedegaard <[email protected]>« [ultimativ] # gpg: også kendt som »Jonas Smedegaard <[email protected]>« [ultimativ] # gpg: også kendt som »Jonas Smedegaard <[email protected]>« [ultimativ] # gpg: også kendt som »Jonas Smedegaard <[email protected]>« [ultimativ] # gpg: også kendt som »[jpeg image of size 4165]« [ultimativ] .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 _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
