8
0
forked from pool/perl-App-Cmd
Commit Graph

30 Commits

Author SHA256 Message Date
6070c461ec Accepting request 296112 from devel:languages:perl
1

OBS-URL: https://build.opensuse.org/request/show/296112
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-App-Cmd?expand=0&rev=12
2015-04-15 14:24:19 +00:00
Stephan Kulow
bc8c2c1404 Accepting request 296111 from devel:languages:perl:autoupdate
automatic update

OBS-URL: https://build.opensuse.org/request/show/296111
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-Cmd?expand=0&rev=29
2015-04-14 09:36:40 +00:00
Stephan Kulow
cb89a1496d Accepting request 210526 from devel:languages:perl
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/210526
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-App-Cmd?expand=0&rev=10
2013-12-12 10:18:56 +00:00
Stephan Kulow
812fd9eb83 update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-Cmd?expand=0&rev=27
2013-12-09 11:32:51 +00:00
Stephan Kulow
2793c6b27a Accepting request 208403 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/208403
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-App-Cmd?expand=0&rev=9
2013-11-26 18:22:29 +00:00
Stephan Kulow
ad814dbf14 - updated to 0.322
require a newer Getopt::Long to avoid --version conflicts
        avoiding getting [undef] in argument list in Simple apps
        add --version support via version command (thanks, Jakob Voss!)
- remove outdated perl-App-Cmd-old_Test-More.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-Cmd?expand=0&rev=25
2013-11-25 09:27:52 +00:00
Stephan Kulow
618d160be4 Accepting request 177343 from devel:languages: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!) (forwarded request 177236 from coolo)

OBS-URL: https://build.opensuse.org/request/show/177343
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-App-Cmd?expand=0&rev=7
2013-06-05 15:47:32 +00:00
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
Stephan Kulow
5d5043e424 Accepting request 122591 from devel:languages:perl
- updated to 0.318
     App::Cmd::Tester treats undef code as 0 now (thanks, David Golden)
     piles of documentation improvement also by David Golden

OBS-URL: https://build.opensuse.org/request/show/122591
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-App-Cmd?expand=0&rev=4
2012-05-29 09:41:36 +00:00
Stephan Kulow
70c6e2dc46 - updated to 0.318
App::Cmd::Tester treats undef code as 0 now (thanks, David Golden)
     piles of documentation improvement also by David Golden

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-Cmd?expand=0&rev=21
2012-05-28 13:40:07 +00:00
Stephan Kulow
2235d17a1a Accepting request 112063 from devel:languages:perl
- 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

OBS-URL: https://build.opensuse.org/request/show/112063
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-App-Cmd?expand=0&rev=3
2012-04-02 08:51:14 +00:00
Stephan Kulow
794387e3d5 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-Cmd?expand=0&rev=19
2012-03-31 10:39:48 +00:00
Stephan Kulow
130051349b Accepting request 106259 from devel:languages:perl
- 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é)

OBS-URL: https://build.opensuse.org/request/show/106259
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-App-Cmd?expand=0&rev=2
2012-02-21 11:22:44 +00:00
Stephan Kulow
466a5ff65b - 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é)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-Cmd?expand=0&rev=17
2012-02-21 09:00:44 +00:00
Stephan Kulow
55cc6c63b1 sync with O:F
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-Cmd?expand=0&rev=16
2012-02-10 22:57:15 +00:00
Stephan Kulow
cfc347cf82 Accepting request 97500 from devel:languages:perl
new perl module

OBS-URL: https://build.opensuse.org/request/show/97500
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-App-Cmd?expand=0&rev=1
2011-12-25 16:37:57 +00:00
Stephan Kulow
b0a4f2bdd2 format spec
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-Cmd?expand=0&rev=14
2011-12-21 10:16:43 +00:00
Stephan Kulow
6132a5086a format spec
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-Cmd?expand=0&rev=13
2011-12-21 10:16:23 +00:00
Stephan Kulow
ff39bdfe39 format spec
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-Cmd?expand=0&rev=12
2011-12-21 09:39:38 +00:00
Stephan Kulow
20026b928b OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-Cmd?expand=0&rev=11 2011-12-21 09:23:24 +00:00
Stephan Kulow
e8e92c911d - update to 0.312
typo fixes to docs (thanks, Glenn Fowler)
     add the prepare_argv method (thanks, Ingy döt Net)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-Cmd?expand=0&rev=10
2011-11-19 20:26:34 +00:00
Stephan Kulow
1e5d04819c OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-Cmd?expand=0&rev=9 2011-11-11 11:13:18 +00:00
Lars Vogdt
eeb411eca3 - fix build on distributions with old Test::More module
( perl-App-Cmd-old_Test-More.patch )
- add Test::More >= 0.88 to buildrequires

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-Cmd?expand=0&rev=8
2011-06-04 23:14:09 +00:00
Stephan Kulow
98a50f01b5 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-Cmd?expand=0&rev=7 2011-04-15 07:26:47 +00:00
Stephan Kulow
7a8b6b9142 fix file list for older distros
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-Cmd?expand=0&rev=6
2011-04-14 08:27:00 +00:00
Stephan Kulow
0560abd167 - updated to 0.311
require the correct version of Getopt::Long::Descriptive (thanks,
    Glen Hinkle)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-Cmd?expand=0&rev=5
2011-04-06 12:10:16 +00:00
Pascal Bleser
b869b6cb60 makemaker 6.30 is enough (for SLE_10)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-Cmd?expand=0&rev=4
2010-12-30 00:09:10 +00:00
Pascal Bleser
6f1b606ed0 test::fatal not needed on sle_10
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-Cmd?expand=0&rev=3
2010-12-30 00:04:23 +00:00
Pascal Bleser
b3f01903e1 test::more too old
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-Cmd?expand=0&rev=2
2010-12-30 00:03:21 +00:00
Pascal Bleser
b614e4f098 0.310
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-Cmd?expand=0&rev=1
2010-12-29 23:58:33 +00:00