| Module-New documentation | Contained in the Module-New distribution. |
Module::New::File::Changes
a template for Changes file.
Kenichi Ishigaki, <ishigaki@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 | Contained in the Module-New distribution. |
package Module::New::File::Changes; use strict; use warnings; use Module::New::File; file 'Changes' => content { return <<'EOT'; Revision history for <%= $c->distname %> 0.01 <%= $c->date->ymd('/') %> - initial release EOT }; 1; __END__