convert to Distar
[p5sagit/App-FatPacker.git] / Makefile.PL
1 use strict;
2 use warnings FATAL => 'all';
3 use ExtUtils::MakeMaker;
4
5 (do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml';
6
7 WriteMakefile(
8   NAME => 'App::FatPacker',
9   VERSION_FROM => 'lib/App/FatPacker.pm',
10
11   META_ADD => {
12     resources => {
13       # r/w: p5sagit@git.shadowcat.co.uk:App-FatPacker.git
14       repository => "git://git.shadowcat.co.uk/p5sagit/App-FatPacker.git",
15       homepage => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/App-FatPacker.git',
16     },
17   },
18 );