| Module-New documentation | view source | Contained in the Module-New distribution. |
<%= $c->module %>
<%= $c->config('author') %>, <<%= $c->config('email') %>>
Copyright (C) <%= $c->date->year %> by <%= $c->config('author') %>.
<%= $c->license %> =cut EOT };
1;
__END__
Module::New::File::Module
a template for a module.
Kenichi Ishigaki, <ishigaki at cpan.org>
Copyright (C) 2007 by Kenichi Ishigaki.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| Module-New documentation | view source | Contained in the Module-New distribution. |