[libmoosex-app-perl] branch master updated (999ca60 -> 86798b7)
Angel Abad
angel at debian.org
Mon Nov 21 12:44:56 UTC 2016
This is an automated email from the git hooks/post-receive script.
angel pushed a change to branch master
in repository libmoosex-app-perl.
from 999ca60 Update changelog.
adds fb8ec3c Update readme
adds cdf3872 Whitespace cleanup
adds c125b1e Refactor the way values are parsed from @ARGV
adds ffe60b7 Refactor boolean handling
adds 2da40d6 Negatable boolean options reworked
adds f828e2f Add sanity checks
adds 5111555 Add documentation
adds a2a92a9 Tests Add more boolean tests, cleanup tests, improve inheritance tests
adds 5ff31e2 Release 1.37
adds 3db9274 New upstream version 1.37
new 5205f87 Merge tag 'upstream/1.37'
new 08736b9 Update debian/changelog
new 874bb89 debian/patches/fix-podman-error: Fix error.
new 86798b7 Update changelog.
The 4 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 | 5 +
MANIFEST | 2 +
META.yml | 2 +-
README | 2 +
debian/changelog | 8 ++
debian/patches/fix-podman-error | 17 ++++
debian/patches/series | 1 +
lib/MooseX/App.pm | 7 +-
lib/MooseX/App/Meta/Role/Attribute/Option.pm | 147 +++++++++++++++++++--------
lib/MooseX/App/Meta/Role/Class/Base.pm | 74 +++++++++++---
lib/MooseX/App/ParsedArgv.pm | 84 ++++++++++-----
lib/MooseX/App/ParsedArgv/Element.pm | 74 ++++++--------
lib/MooseX/App/ParsedArgv/Value.pm | 54 ++++++++++
lib/MooseX/App/Role/Base.pm | 1 +
lib/MooseX/App/Simple.pm | 2 +-
lib/MooseX/App/Tutorial.pod | 4 +
lib/MooseX/App/Utils.pm | 13 +++
t/00_load.t | 2 +-
t/01_basic.t | 8 +-
t/03_utils.t | 12 +--
t/04_plugin_config.t | 2 +-
t/09_classes.t | 8 +-
t/10_plugin_mutexgroup.t | 14 +--
t/11_process.t | 26 ++---
t/12_plugin_depends.t | 78 +++++++-------
t/13_rt_112156.t | 66 ++++++++----
t/14_gh_45.t | 76 ++++++++++++++
t/testlib/Test01/CommandA.pm | 2 +-
t/testlib/Test01/CommandB.pm | 2 +-
t/testlib/Test02.pm | 2 +-
t/testlib/Test03.pm | 6 +-
t/testlib/Test03/SomeCommand.pm | 2 +-
t/testlib/Test03/YetAnotherCommand.pm | 1 +
t/testlib/Test04Base.pm | 2 +-
t/testlib/Test05.pm | 4 +-
t/testlib/Test06/CommandA.pm | 6 +-
t/testlib/Test06/CommandB.pm | 2 +-
37 files changed, 580 insertions(+), 238 deletions(-)
create mode 100644 debian/patches/fix-podman-error
create mode 100644 debian/patches/series
create mode 100644 lib/MooseX/App/ParsedArgv/Value.pm
create mode 100644 t/14_gh_45.t
--
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