File: Makefile.PL.include

package info (click to toggle)
libcpan-changes-perl 0.400002-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 324 kB
  • ctags: 41
  • sloc: perl: 509; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 286 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
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 'Brian Cassidy <bricas@cpan.org>';

manifest_include bin => qr/.*/;
manifest_include 't/corpus' => qr/.*/;

1;