File: Makefile.PL.include

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

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