Subject: | POD errors |
In the POD shown here:
http://search.cpan.org/~bpostle/Petal-2.16/lib/Petal.pm#KICKSTART
the KICKSTART section seems to have some errors.
-In the first example, the text references "some_object()" but the code shows "my_var()".
-In "Version 3: Personalizable" there's another reference to "some_object()", which seems unrelated to the sample code. Also I see "$my_var-hello_world ('Jack')>" which seems to have the ">" misplaced.
-Tom