Subject: | Harmonization of class names used in Pod examples |
At least I think it should be corrected that the examples for
mk_ro_accessors and mk_wo_accessors have "package Foo" at the top, but
use Class->mk_*_accessors below. This should be Foo->mk_*_accessors
instead.
But maybe it would be better to use __PACKAGE__->mk_*accessors
throughout the documentation? If you don't think so, then it would be
nice if the sample class would be called the same in the
documentation. Currently I see there "My::Class", "Class", and "Foo".
Also, the SYNOPSIS has "package Employee", but uses then Foo->new.
Regards,
Slaven