File: Makefile.PL.include

package info (click to toggle)
libobject-remote-perl 0.004001-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 500 kB
  • sloc: perl: 2,382; makefile: 10
file content (16 lines) | stat: -rw-r--r-- 279 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
BEGIN {
  -e 'Distar'
    or system("git clone git://git.shadowcat.co.uk/p5sagit/Distar.git")
}
use lib 'Distar/lib';
use Distar;

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

manifest_include(
  bin => qr/.*/
);

manifest_include(
  't/data' => qr/.*/
);