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