use inc::Module::Install 0.77; name 'Perl-Dist-Strawberry'; author 'Adam Kennedy '; license 'perl'; all_from 'lib/Perl/Dist/Strawberry.pm'; requires 'Perl::Dist' => '1.04'; test_requires 'Test::More' => '0.42'; install_script 'perldist_strawberry'; install_share; WriteAll;