Update to 0.328
--------------- 0.328 2015-09-03 20:37:50-04:00 America/New_York - get command description from Pod by default (Jakob Voss) - add a "--help" option to all commands by default (Jakob Voss) - add "command_groups" to group commands in listing (Jakob Voss) - fix the handling of "exit" in App::Cmd::Tester (Matthew Astley) - add 'show_version_cmd' option to enable display of 'version' command in command list. (John Anderson) - minor documentation improvements (Alberto Simoes, rjbs)
This commit is contained in:
parent
2755e5bad0
commit
3248844aad
2 changed files with 6 additions and 7 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.33 2015/07/12 18:56:09 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.34 2015/09/05 11:34:51 mef Exp $
|
||||
|
||||
DISTNAME= App-Cmd-0.327
|
||||
DISTNAME= App-Cmd-0.328
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=App/}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.21 2015/03/01 08:57:02 mef Exp $
|
||||
$NetBSD: distinfo,v 1.22 2015/09/05 11:34:51 mef Exp $
|
||||
|
||||
SHA1 (App-Cmd-0.327.tar.gz) = c59423f9270fecd6e92bedba13f35ce5c8707ae4
|
||||
RMD160 (App-Cmd-0.327.tar.gz) = 1a9b7085ee010c01f16e43ffaa15c7d8042f071c
|
||||
Size (App-Cmd-0.327.tar.gz) = 44227 bytes
|
||||
SHA1 (App-Cmd-0.328.tar.gz) = c220dfdd8f3bb3fe66d18fa39259b35b0383b2a1
|
||||
RMD160 (App-Cmd-0.328.tar.gz) = a4460239101b2fa07c3adf3b29d79eb86b2c57d7
|
||||
Size (App-Cmd-0.328.tar.gz) = 48060 bytes
|
||||
|
|
Loading…
Reference in a new issue