Module::New::File::Plain - Module::New::File::Plain documentation


Module-New documentation Contained in the Module-New distribution.

Index


Code Index:

NAME

Top

Module::New::File::Plain

DESCRIPTION

Top

a template for a plain text (actually a blank file).

AUTHOR

Top

Kenichi Ishigaki, <ishigaki at cpan.org>

COPYRIGHT AND LICENSE

Top


Module-New documentation Contained in the Module-New distribution.

package Module::New::File::Plain;

use strict;
use warnings;
use Module::New::File;

file '{MAINFILE}' => content { return ''; };

1;

__END__