[libmoosex-app-perl] branch master updated (b408893 -> 18ca4ca)
gregor herrmann
gregoa at debian.org
Sat Mar 1 20:56:44 UTC 2014
This is an automated email from the git hooks/post-receive script.
gregoa pushed a change to branch master
in repository libmoosex-app-perl.
from b408893 Remove MYMETA.* files from repository. Create Git exclusion list with dynamically created files.
adds 47976b2 Imported Upstream version 1.26
new 9fbafe0 Merge tag 'upstream/1.26'
new 10600b5 New upstream release.
new d484a6c debian/copyright: add copyright years and info about inc/Module/*.
new 7fcd9c5 Update short/long description.
new 18ca4ca update changelog / add PROBLEM
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:
Changes | 20 +++++
MANIFEST | 7 +-
META.yml | 2 +-
Makefile.PL | 4 +
README | 69 ++++++++++------
TODO | 2 +-
debian/changelog | 11 +++
debian/control | 4 +-
debian/copyright | 8 +-
inc/Module/Install/ReadmeFromPod.pm | 2 +-
lib/MooseX/App.pm | 84 ++++++++++++-------
lib/MooseX/App/Command.pm | 18 ++++-
lib/MooseX/App/Exporter.pm | 13 ++-
lib/MooseX/App/Message/Block.pm | 11 ---
lib/MooseX/App/Message/BlockColor.pm | 6 ++
lib/MooseX/App/Meta/Role/Attribute/Option.pm | 48 ++++++-----
lib/MooseX/App/Meta/Role/Class/Base.pm | 58 ++++++++++---
lib/MooseX/App/Meta/Role/Class/Command.pm | 21 ++++-
lib/MooseX/App/ParsedArgv.pm | 60 ++++++--------
lib/MooseX/App/Plugin/BashCompletion/Meta/Class.pm | 1 -
.../App/Plugin/{BashCompletion.pm => Man.pm} | 24 +++---
lib/MooseX/App/Plugin/Man/Command.pm | 54 +++++++++++++
.../App/Plugin/{Version => Man}/Meta/Class.pm | 7 +-
lib/MooseX/App/Plugin/Version/Meta/Class.pm | 1 -
lib/MooseX/App/Role/Base.pm | 26 +++---
lib/MooseX/App/Simple.pm | 17 ++--
lib/MooseX/App/Tutorial.pod | 23 +++---
lib/MooseX/App/Utils.pm | 36 ++++++++-
t/00_load.t | 5 +-
t/01_basic.t | 40 +++++----
t/02_meta.t | 5 +-
t/04_plugin_config.t | 8 +-
t/05_extended.t | 94 ++++++++++++++--------
t/06_plugin_env.t | 8 +-
t/07_single.t | 12 ++-
t/08_plugin_various.t | 4 +-
t/09_classes.t | 28 +++++--
t/testlib/Test01.pm | 2 +
t/testlib/Test02.pm | 4 +-
t/testlib/Test02/MoreCommands/Test.pm | 18 +++++
t/testlib/Test03/AnotherCommand.pm | 1 +
t/testlib/Test03/YetAnotherCommand.pm | 2 +
.../Role/TestRole.pm => Test03CommandBase.pm} | 13 +--
43 files changed, 596 insertions(+), 285 deletions(-)
copy lib/MooseX/App/Plugin/{BashCompletion.pm => Man.pm} (51%)
create mode 100644 lib/MooseX/App/Plugin/Man/Command.pm
copy lib/MooseX/App/Plugin/{Version => Man}/Meta/Class.pm (59%)
create mode 100644 t/testlib/Test02/MoreCommands/Test.pm
copy t/testlib/{Test03/Role/TestRole.pm => Test03CommandBase.pm} (56%)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmoosex-app-perl.git
More information about the Pkg-perl-cvs-commits
mailing list