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