File: Makefile.PL.include

package info (click to toggle)
libtest-lib-perl 0.003-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 132 kB
  • sloc: perl: 32; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 180 bytes parent folder | download
1
2
3
4
5
BEGIN { -e 'Distar' or system qw(git clone https://github.com/p5sagit/Distar.git) }
use lib 'Distar/lib';
use Distar;

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