Michael Schlüter > Class-Classgen-classgen-3.03 > Class::Classgen::Comments

Download:
Class-Classgen-classgen-3.03.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  1
Open  0
View Bugs
Report a bug
Module Version: 3.03   Source  

NAME ^

Comments.pm - To keep some nasty errors from users of classgen.

VERSION ^

3.03

SYNOPSIS ^

Used within classgen.

DESCRIPTION ^

Comments.pm checks for missing ';' in the header section. Missing ';' will allow to run classgen smoothly but lateron perl will complain about this error. Those anoying problems should be kept from the user.

It turned out to be useful to add some elucidating comments after variables in the variables-section. This increases self-documentation of the source code and better documents intentions. Variables are simply listed in the variables section. But user may tend to put a syntactically ';' or ',' after each variable. Again, classgen would run smoothly but give nasty error messages lateron from perl. All these anoying problems should be kept from the user.

ENVIRONMENT ^

Nothing special. Just use perl5.

DIAGNOSTICS ^

There is no special diagnostics. New.pm is used within classgen which is called with the -w option.

BUGS ^

No bugs known.

FILES ^

Please refer to classgen.

SEE ALSO ^

perldoc classgen

AUTHOR ^

Name: Michael Schlueter email: mschlue@cpan.org

COPYRIGHT ^

Copyright (c) 2000, Michael Schlueter. All Rights Reserved. This module is free software. It may be used, redistributed and/or modified under the same terms as Perl itself.