File: Makefile.PL.include

package info (click to toggle)
libmoox-types-setobject-perl 1.01-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 80 kB
  • sloc: perl: 24; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 198 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
BEGIN { -e 'Distar' or system("git clone git://git.shadowcat.co.uk/p5sagit/Distar.git") }
use lib 'Distar/lib';
use Distar;

author 'mateu - Mateu X. Hunter (cpan:MATEU) <hunter@missoula.org>';

1;