Make data actually work
[p5sagit/App-FatPacker.git] / Makefile.PL
CommitLineData
9a61995c 1use strict;
2use warnings FATAL => 'all';
3use inc::Module::Install 0.93;
4
5all_from('lib/App/FatPacker.pm');
6
453d9fe6 7requires 'File::Path' => 2.07; # required for make_path/remove_tree
8
9a61995c 9install_script('bin/fatpack');
10
11WriteAll;