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