convert to Distar
[catagits/Catalyst-Devel.git] / maint / Makefile.PL.include
1 BEGIN { -e 'Distar' or system("git clone https://github.com/p5sagit/Distar.git") }
2 use lib 'Distar/lib';
3 use Distar;
4
5 author 'sri - Sebastian Riedel <sri@cpan.org>';
6
7 manifest_include share => qr{.*};
8
9 1;