use ppport.h for previous perls
[p5sagit/Devel-Declare.git] / maint / Makefile.PL.include
CommitLineData
bba9487a 1BEGIN { -e 'Distar' or system("git clone git://git.shadowcat.co.uk/p5sagit/Distar.git") }
2use lib 'Distar/lib';
9a4577b4 3use Distar 0.001000; # so postamble is not stomped on
bba9487a 4
5author 'Matt S Trout - <mst@shadowcat.co.uk> - original author';
6
7manifest_include(
8 't/smells-of-vcs' => qr{.*},
ef2c2588 9 't' => '.pm',
10 't' => '.pl',
b7f6e45e 11 '' => qr{stolen_chunk_of_toke\.c|Declare\.xs|ppport.h},
bba9487a 12);