move VERSION declaration somewhere sensible and add perl version requirement
[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
7install_script('bin/fatpack');
8
9WriteAll;