File: Makefile.PL

package info (click to toggle)
libiterator-simple-perl 0.07-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 180 kB
  • sloc: perl: 1,116; makefile: 2
file content (7 lines) | stat: -rwxr-xr-x 150 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
use inc::Module::Install;
name 'Iterator-Simple';
all_from 'lib/Iterator/Simple.pm';

build_requires 'Test::More';
requires 'Scalar::Util';
WriteAll;