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