Release commit for 0.009010
[p5sagit/App-FatPacker.git] / Makefile.PL
CommitLineData
9a61995c 1use strict;
2use warnings FATAL => 'all';
003ad545 3use ExtUtils::MakeMaker;
9a61995c 4
003ad545 5(do 'maint/Makefile.PL.include' or die $@) unless -f 'META.yml';
9a61995c 6
003ad545 7WriteMakefile(
8 NAME => 'App::FatPacker',
9 VERSION_FROM => 'lib/App/FatPacker.pm',
9a61995c 10
003ad545 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 },
25ed6597 18);