Codebase list libiterator-simple-perl / fresh-snapshots/upstream Makefile.PL
fresh-snapshots/upstream

Tree @fresh-snapshots/upstream (Download .tar.gz)

Makefile.PL @fresh-snapshots/upstreamraw · history · blame

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;