[libapp-cmd-perl] branch master updated (c6f2202 -> 51c33c8)

Salvatore Bonaccorso carnil at debian.org
Sat Oct 26 19:37:22 UTC 2013


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  c6f2202   Remove trailing whitespace
      adds  53a8538   Imported Upstream version 0.321
       new  a88024c   Merge tag 'upstream/0.321'
       new  43f6e67   Drop fix-spelling-error-in-manpage.patch patch
       new  51c33c8   Prepare changelog for release

The 3 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.json                                          |  117 +++++++++++---------
 META.yml                                           |  107 ++++++++++--------
 Makefile.PL                                        |   33 ++++--
 README                                             |    2 +-
 debian/changelog                                   |    7 ++
 debian/patches/fix-spelling-error-in-manpage.patch |   27 -----
 debian/patches/series                              |    1 -
 lib/App/Cmd.pm                                     |   16 ++-
 lib/App/Cmd/ArgProcessor.pm                        |    4 +-
 lib/App/Cmd/Command.pm                             |    6 +-
 lib/App/Cmd/Command/commands.pm                    |    5 +-
 lib/App/Cmd/Command/help.pm                        |    4 +-
 lib/App/Cmd/Command/version.pm                     |   63 +++++++++++
 lib/App/Cmd/Plugin.pm                              |    4 +-
 lib/App/Cmd/Setup.pm                               |    4 +-
 lib/App/Cmd/Simple.pm                              |   29 +++--
 lib/App/Cmd/Subdispatch.pm                         |    4 +-
 lib/App/Cmd/Subdispatch/DashedStyle.pm             |    4 +-
 lib/App/Cmd/Tester.pm                              |    8 +-
 lib/App/Cmd/Tester/CaptureExternal.pm              |    4 +-
 lib/App/Cmd/Tutorial.pod                           |   17 ++-
 t/00-compile.t                                     |   73 ------------
 t/000-report-versions-tiny.t                       |    7 +-
 t/abbrev.t                                         |    1 +
 t/basic.t                                          |   12 +-
 t/callback.t                                       |    2 +-
 t/lib/Test/MyCmd.pm                                |    2 +
 t/setup-inner.t                                    |    5 +-
 t/setup-nocmd.t                                    |    3 +-
 t/setup.t                                          |    7 +-
 xt/release/changes_has_content.t                   |    2 +-
 33 files changed, 304 insertions(+), 283 deletions(-)
 delete mode 100644 debian/patches/fix-spelling-error-in-manpage.patch
 delete mode 100644 debian/patches/series
 create mode 100644 lib/App/Cmd/Command/version.pm
 delete mode 100644 t/00-compile.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