File: Makefile.PL.include

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

author 'Fergal Daly <fergal@esatclear.ie>';

1;