use more conservative syntax in makefile include
[scpubgit/System-Introspector.git] / maint / Makefile.PL.include
1 BEGIN {
2   -e 'Distar'
3     or system("git clone git://git.shadowcat.co.uk/p5sagit/Distar.git")
4 }
5 use lib 'Distar/lib';
6 use Distar;
7
8 author 'Robert Sedlacek <r.sedlacek@shadowcat.co.uk>';
9
10 manifest_include('bin'      => qr{.*});
11 manifest_include('t/bin'    => qr{.*});
12 manifest_include('t/data'   => qr{.*});