Support not having a lib directory
[p5sagit/App-FatPacker.git] / Makefile.PL
1 use strict;
2 use warnings FATAL => 'all';
3 use inc::Module::Install 0.93;
4
5 all_from('lib/App/FatPacker.pm');
6
7 install_script('bin/fatpack');
8
9 resources(
10     repository => "git://git.shadowcat.co.uk/p5sagit/App-FatPacker.git",
11 );
12
13 WriteAll;