File: Makefile.PL.include

package info (click to toggle)
librole-tiny-perl 2.000006-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 244 kB
  • sloc: perl: 386; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 295 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
BEGIN { -e 'Distar' or system("git clone git://git.shadowcat.co.uk/p5sagit/Distar.git") }
use lib 'Distar/lib';
use Distar;
use ExtUtils::MakeMaker;
ExtUtils::MakeMaker->VERSION(6.68)
  unless $ENV{CONTINUOUS_INTEGRATION};

author 'mst - Matt S. Trout (cpan:MSTROUT) <mst@shadowcat.co.uk>';

1;