8
0
forked from pool/perl-App-Cmd
Files
perl-App-Cmd/perl-App-Cmd.changes
Stephan Kulow 2083f972bd Accepting request 177236 from home:coolo:update-perl
- updated to 0.320
         when answering "Unknown subcommand," the commands list is sent ot
         STDERR (#75652)
         tests for using Params::Validate callback and not getting nasty stack
         trace (thanks, Adam Prime)
         Enable --help option for App::Cmd::Simple (thanks, Ryan Thompson!)
         add the ability to ignore non-commands (Thanks, Kent Fredric!)
         many improvements to tutorial (thanks, mokko!)

OBS-URL: https://build.opensuse.org/request/show/177236
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-Cmd?expand=0&rev=23
2013-06-04 08:20:13 +00:00

71 lines
2.6 KiB
Plaintext

-------------------------------------------------------------------
Mon Jun 3 11:34:16 UTC 2013 - coolo@suse.com
- updated to 0.320
when answering "Unknown subcommand," the commands list is sent ot
STDERR (#75652)
tests for using Params::Validate callback and not getting nasty stack
trace (thanks, Adam Prime)
Enable --help option for App::Cmd::Simple (thanks, Ryan Thompson!)
add the ability to ignore non-commands (Thanks, Kent Fredric!)
many improvements to tutorial (thanks, mokko!)
-------------------------------------------------------------------
Mon May 28 13:39:06 UTC 2012 - coolo@suse.com
- updated to 0.318
App::Cmd::Tester treats undef code as 0 now (thanks, David Golden)
piles of documentation improvement also by David Golden
-------------------------------------------------------------------
Sat Mar 31 10:38:01 UTC 2012 - coolo@suse.com
- updated to 0.317
App::Cmd::Tester now reports exit code 1 for unknown commands, as
App::Cmd would exit(1) in that case; addresses
https://rt.cpan.org/Public/Bug/Display.html?id=73084 reported by
David Golden
-------------------------------------------------------------------
Tue Feb 21 08:55:55 UTC 2012 - coolo@suse.com
- updated to 0.316
fix the test of "echo" on Win32 (thanks, Chris Williams)
totally worthless release made by mistake
adds App::Cmd::Tester::CaptureExternal to capture output from
external subcommands (thanks, David Golden)
if there's no Pod =head1 NAME, a Pod::Weaver-esque #ABSTRACT will be
respected (thanks, Andreas Hernitscheck)
don't load Text::Abbrev until it's needed (thanks, Olivier Mengué)
-------------------------------------------------------------------
Sat Nov 19 20:26:10 UTC 2011 - coolo@suse.com
- update to 0.312
typo fixes to docs (thanks, Glenn Fowler)
add the prepare_argv method (thanks, Ingy döt Net)
-------------------------------------------------------------------
Sat Jun 4 23:10:34 UTC 2011 - lars@linux-schulserver.de
- fix build on distributions with old Test::More module
( perl-App-Cmd-old_Test-More.patch )
- add Test::More >= 0.88 to buildrequires
-------------------------------------------------------------------
Wed Apr 6 11:50:57 UTC 2011 - coolo@novell.com
- updated to 0.311
require the correct version of Getopt::Long::Descriptive (thanks,
Glen Hinkle)
-------------------------------------------------------------------
Wed Dec 29 23:58:22 CET 2010 - pascal.bleser@opensuse.org
- initial version (0.310)