Path to this page:
./
devel/p5-App-Cmd,
Perl 5 module to write command line apps with less suffering
Branch: CURRENT,
Version: 0.307,
Package name: p5-App-Cmd-0.307,
Maintainer: pkgsrc-usersThe Perl 5 module App::Cmd is intended to make it easy to write
complex command-line applications without having to think about
most of the annoying things usually involved.
Required to run:[
lang/perl5] [
devel/p5-Module-Pluggable] [
devel/p5-Sub-Exporter] [
devel/p5-Sub-Install] [
devel/p5-Getopt-Long-Descriptive] [
textproc/p5-String-RewritePrefix]
Required to build:[
devel/p5-IO-TieCombine]
Master sites: (Expand)
SHA1: 56393dc66aea1fdbc069968bf73c963db53c5e33
RMD160: d6858dfacc3954552005f8f52b8d644db91c4966
Filesize: 41.645 KB
Version history: (Expand)
- (2010-03-10) Updated to version: p5-App-Cmd-0.307
- (2010-02-24) Updated to version: p5-App-Cmd-0.304
- (2009-09-05) Updated to version: p5-App-Cmd-0.301
- (2009-08-30) Updated to version: p5-App-Cmd-0.300
- (2009-08-21) Updated to version: p5-App-Cmd-0.206
- (2009-08-20) Updated to version: p5-App-Cmd-0.205
CVS history: (Expand)
| 2010-03-10 19:53:54 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating devel/p5-App-Cmd from 0.304 to 0.307
pkgsrc changes:
- Adjust dependencies
Upstream changes:
0.307 2010-03-09
bump up required version of Getopt::Long::Descriptive
0.306 2010-03-08
return the App::Cmd object (when non-Simple) in the Tester result
allow App::Cmd::Tester subclasses to chose another Result class
0.305 2010-03-07
App::Cmd::Tester now reports (probable?) exit code of tested apps
some improvements to the tutorial and other docs
added some documentation for App::Cmd::Setup
now searches for plugins under App::Cmd::Plugin::; use = to prevent
|
| 2010-02-23 21:19:01 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating devel/p5-App-Cmd from 0.301 to 0.304
pkgsrc changes:
- Adjust dependencies
Upstream changes:
0.304 2009-12-07
remove use of deprecated "-run" from synopsis (thanks, George
Hartzell)
0.303 2009-11-27
revert behavior of App::Cmd 0.302 -- GLD no longer gives undef opts
0.302 2009-11-27
expect undef values for acceptable-but-ungiven options in $opt
|
2009-09-05 01:11:53 by Stoned Elipot | Files touched by this commit (2) |  |
Log message:
Update p5-App-Cmd from version 0.300 to version 0.301.
Upstream changes:
0.301 2009-09-02
fix App::Cmd::Simple docs to show ->execute (noticed by MIYAGAWA)
|
2009-08-30 00:35:23 by Stoned Elipot | Files touched by this commit (2) |  |
Log message:
Update p5-App-Cmd from version 0.206 to version 0.300.
Upstream changes:
0.300 2009-09-28
DEPRECATED -run OPTION TO APP CLASS IMPORT
"use MyApp -run;" is deprecated; it will be removed after no less
than a year
this led to problems where normal exit-on-error messages confused
users by complaining about failing to compile; magic to stop this is
not worth the tiny savings
COMMANDS SHOULD NOW HAVE ->execute RATHER THAN ->run
this will not break you code... except:
WILL BREAK YOUR CODE: App::Cmd::Simple programs must use ->execute
rather than ->run
0.207 2009-09-27
add option to allow any unambiguous command abbreviation
(thanks, Jerome Quelin)
|
2009-08-21 01:01:56 by Stoned Elipot | Files touched by this commit (2) |  |
Log message:
Update p5-App-Cmd from version 0.205 to version 0.206.
Pkgsrc changes:
- Adjust dependencies
Upstream changes:
0.206 2009-08-19
add a ->description to commands (thanks Jerome Quelin)
|
| 2009-08-19 21:45:57 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating package devel/p5-App-Cmd from 0.203 to 0.205
pkgsrc changes:
- Adding license
Upstream changes:
0.205 2009-08-18
add the long-missing arg0 and full_arg0 accessors (resolves 35528)
thanks to GAISSMAI and Jerome Quelin for reporting
0.204 2009-06-27
document the need for calling ->import on Simple apps
add tests for Simple-based apps
correct a few errors in the tutorial (thanks, Jason Crome)
|
| 2009-04-24 10:17:24 by Jens Rehsack | Files touched by this commit (1) |
Log message:
Module::Pluggable is a core module since perl-5.10 -> Updating dependency
|
2009-01-19 00:12:15 by Havard Eidnes | Files touched by this commit (2) |  |
Log message:
Update from version 0.202 to 0.203.
Upstream changes:
0.203 2009-01-16
add repo info to metadata
|