/usr/local/CPAN/IO-All/Makefile.PL


use inc::Module::Install;

name        'IO-All';
all_from    'lib/IO/All.pm';

requires    'IO::String' => '0';

# use_gloom   'IO::All::Base';

clean_files 't/output/';

WriteAll;