Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the App-Cmd CPAN distribution.

Report information
The Basics
Id: 39881
Status: resolved
Priority: 0/
Queue: App-Cmd

People
Owner: Nobody in particular
Requestors: hartzell [...] alerce.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.200
Fixed in: (no value)



Subject: 2 small typos in Tutorial, thanks for the great tool!
Thanks for putting together a nice tool. It looks like it'll be very useful. I noticed two small bugs/typos in the Tutorial.pod, a missing comma in a code example and a simple typo. I've attached a diff. Thanks again.
Subject: App-Cmd.diff
*** Tutorial.pod.orig Wed Oct 8 11:01:27 2008 --- Tutorial.pod Wed Oct 8 11:02:39 2008 *************** *** 92,96 **** sub opt_spec { return ( ! [ "skip-refs|R", "skip reference checks during init", ] [ "values|v=s@", "starting values", { default => [ 0, 1, 3 ] } ], ); --- 92,96 ---- sub opt_spec { return ( ! [ "skip-refs|R", "skip reference checks during init", ], [ "values|v=s@", "starting values", { default => [ 0, 1, 3 ] } ], ); *************** *** 161,165 **** Or better yet, put this logic in a superclass and process the return value from ! an "inner" method (see previous tip for an exmaple). =back --- 161,165 ---- Or better yet, put this logic in a superclass and process the return value from ! an "inner" method (see previous tip for an example). =back
Fixed in trunk. Thanks for the report! Share and enjoy. -- rjbs