summaryrefslogtreecommitdiff
path: root/maint/Makefile.PL.include
blob: da4cf696bedd844a773312adc53483d1b2e6ae6b (plain)
1
2
3
4
5
6
7
BEGIN { -e 'Distar' or system("git clone git://git.shadowcat.co.uk/p5sagit/Distar.git") }
use lib 'Distar/lib';
use Distar;

author 'frew - Arthur Axel Schmidt (cpan:FREW) <frioux+cpan@gmail.com>';

1;