copyrite copyright writer
[catagits/copyrite.git] / Makefile.PL
CommitLineData
bcba2324 1use strict;
2use warnings;
3use inc::Module::Install 0.91;
4
5name('copyrite');
6author('Matt S Trout <mst@shadowcat.co.uk>');
7license('perl');
8version('0.001');
9
10requires 'IO::All';
11
12install_script 'copyrite-gen';
13
14WriteAll;