File: Makefile.PL.include

package info (click to toggle)
libtest-needs-perl 0.002005-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 108 kB
  • ctags: 16
  • sloc: perl: 288; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 233 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
BEGIN { -e 'Distar' or system("git clone git://git.shadowcat.co.uk/p5sagit/Distar.git") }
use lib 'Distar/lib';
use Distar 0.001;

use ExtUtils::MakeMaker 6.57_10 ();

author 'haarg - Graham Knop (cpan:HAARG) <haarg@haarg.org>';

1;