The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 3.02

  • according to lieting@mailconcept.com using a variable $type in the control file gets confused with the internal variable my $type = ref($self)||$self; in the constructor new(). This problem has been corrected in New.pm.

Documentation

generates class from a control file.

Modules

generates all get- and set-methods for new classes created by classgen.
To keep some nasty errors from users of classgen.
Creates the new() method for classes generated by classgen.
Identifies the diffferent sections from classgens control file.
Dog