| Module-New documentation | view source | Contained in the Module-New distribution. |
<%= $c->module %> -
use <%= $c->module %>;
<%= $c->module %>->new;
<%= $c->config('author') %>, <<%= $c->config('email') %>>
Copyright (C) <%= $c->date->year %> by <%= $c->config('author') %>.
<%= $c->license %> =cut EOT };
1;
__END__
Module::New::File::MainModule
a template for a main module (lib/Module/Name.pm).
Kenichi Ishigaki, <ishigaki at cpan.org>
Copyright (C) 2007-2009 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. |