Author: dylan Date: 2005-01-22 23:24:40 -0500 (Sat, 22 Jan 2005) New Revision: 601
Modified: trunk/dev-tools/vim-automod/template.pm Log: updated the template to include INHERITENCE and CONSTRUCTOR. Modified: trunk/dev-tools/vim-automod/template.pm =================================================================== --- trunk/dev-tools/vim-automod/template.pm 2005-01-20 21:21:53 UTC (rev 600) +++ trunk/dev-tools/vim-automod/template.pm 2005-01-23 04:24:40 UTC (rev 601) @@ -37,9 +37,18 @@ FIXME + +=head1 INHERITENCE + +<<PACKAGE>> extends L<Haver::Base>. + +=head1 CONSTRUCTOR + +List required parameters for new(). + =head1 METHODS -<<PACKAGE>> implements the following methods: +This class implements the following methods: =head1 BUGS
