document trace capturing
[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
25ed6597 9resources(
10 repository => "git://git.shadowcat.co.uk/p5sagit/App-FatPacker.git",
11);
12
9a61995c 13WriteAll;