The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use inc::Module::Install;
name 'Iterator-Simple';
all_from 'lib/Iterator/Simple.pm';

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