[libapp-cmd-perl] branch master updated (9ddb8ba -> bc9236e)

Salvatore Bonaccorso carnil at debian.org
Fri Sep 4 05:09:20 UTC 2015


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

carnil pushed a change to branch master
in repository libapp-cmd-perl.

      from  9ddb8ba   Update debian/changelog file
      adds  023373e   Fix hard-coded path in t/basic.t
      adds  a6e1a9c   v0.325
      adds  bb1262a   Revert "Fix hard-coded path in t/basic.t"
      adds  53484d8   accept either / or \ in path output
      adds  c605fb9   v0.326
      adds  5cced1a   fix default for a subdispatch command
      adds  9fb560c   changelog for subdispatch default cmd fix
      adds  c480298   stop plugging Class::AutoUse!
      adds  42a94b0   correct mismatched method names
      adds  2c26acf   remove hack from help.pm
      adds  dacd7c6   move "Available commands" subhead to help.pm
      adds  1c71668   v0.327
      adds  6728736   Add abstract info
      adds  85d8315   Add description
      adds  33f0d5b   tiny tweaks to abstract/desc changes
      adds  cfd61d1   failing test
      adds  be7f7a8   fix broken exit code
      adds  9040c15   Add show_version_cmd option [#45]
      adds  8542260   get command description from Pod
      adds  17c4763   move command descriptions from sub to Pod
      adds  2247218   lazy load Pod::Usage
      adds  1edd8b7   support group headers in commands command
      adds  9ce4049   optionally get commands groups from app
      adds  9337ad9   map --help to help command (issue #30)
      adds  a21b91d   changelog for next release
      adds  f062b70   v0.328
      adds  b453221   Imported Upstream version 0.328
       new  262b85b   Merge tag 'upstream/0.328'
       new  a9d3b23   Update debian/changelog
       new  297dd22   Bump Debhelper compat level to 9
       new  a98c00e   Update copyright years for debian/* packaging files
       new  4128155   Add spelling-error-in-manpage.patch patch
       new  bc9236e   Prepare changelog for release

The 6 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                                        |   9 +
 MANIFEST                                       |   5 +-
 META.json                                      | 223 ++++++++++++++++---------
 META.yml                                       | 201 +++++++++++++---------
 Makefile.PL                                    |   7 +-
 README                                         |   4 +-
 debian/changelog                               |   8 +-
 debian/compat                                  |   2 +-
 debian/control                                 |   2 +-
 debian/copyright                               |   2 +-
 debian/patches/series                          |   1 +
 debian/patches/spelling-error-in-manpage.patch |  27 +++
 lib/App/Cmd.pm                                 | 220 ++++++++++++++++++++++--
 lib/App/Cmd/ArgProcessor.pm                    |   4 +-
 lib/App/Cmd/Command.pm                         |  42 ++++-
 lib/App/Cmd/Command/commands.pm                |  50 +++---
 lib/App/Cmd/Command/help.pm                    |  22 +--
 lib/App/Cmd/Command/version.pm                 |  10 +-
 lib/App/Cmd/Plugin.pm                          |   4 +-
 lib/App/Cmd/Setup.pm                           |   4 +-
 lib/App/Cmd/Simple.pm                          |   4 +-
 lib/App/Cmd/Subdispatch.pm                     |   4 +-
 lib/App/Cmd/Subdispatch/DashedStyle.pm         |   4 +-
 lib/App/Cmd/Tester.pm                          |  13 +-
 lib/App/Cmd/Tester/CaptureExternal.pm          |   4 +-
 lib/App/Cmd/Tutorial.pod                       |   2 +-
 t/00-report-prereqs.dd                         |   2 +
 t/00-report-prereqs.t                          |   2 +-
 t/basic.t                                      |  20 ++-
 t/lib/Test/MyCmd/Command/exit.pm               |   6 +-
 t/tester-exit.helper.pl                        |  10 ++
 t/tester-exit.t                                |  25 +++
 t/version.t                                    |  28 ++++
 xt/release/changes_has_content.t               |   2 +-
 34 files changed, 718 insertions(+), 255 deletions(-)
 create mode 100644 debian/patches/series
 create mode 100644 debian/patches/spelling-error-in-manpage.patch
 create mode 100755 t/tester-exit.helper.pl
 create mode 100644 t/tester-exit.t
 create mode 100755 t/version.t

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



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