
Ingy döt Net <ingy@cpan.org>

Copyright (c) 2006. Ingy döt Net. All rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See [http://www.perl.com/perl/misc/Artistic.html]

[% module_name %] - The great new [% module_name %]!

Version 0.01

Quick summary of what the module does.
Perhaps a little code snippet.
use [% module_name %];
my $foo = [% module_name %]->new();
...

A list of functions that can be exported. You can delete this section if you don't export anything, such as for a purely object-oriented module.


[% author_full_name %], <[% author_email_masked %]>

Please report any bugs or feature requests to bug-[% module_dist_name_lower %] at rt.cpan.org, or through the web interface at "/rt.cpan.org/NoAuth/ReportBug.html?Queue=[% module_dist_name %]" in http:. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

You can find documentation for this module with the perldoc command.
perldoc [% module_name %]
You can also look for information at:
"/rt.cpan.org/NoAuth/Bugs.html?Dist=[% module_dist_name %]" in http:


Copyright [% date_time_year %] [% author_full_name %], all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.