The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use inc::Module::Install;

license 'mit';

all_from 'lib/App/perlbrew.pm';

repository 'git://github.com/gugod/App-perlbrew.git';

requires
    'Devel::PatchPerl'     => '0.76',
    'local::lib'           => '1.008004',
    'Capture::Tiny'        => '0.20',
    'CPAN::Perl::Releases' => '0.76';

test_requires
    'Test::Simple'     => '0.98',
    'Test::More'       => '0',
    'Test::Output'     => '0',
    'Test::Exception'  => '0',
    'Test::NoWarnings' => '0',
    'Test::Spec'       => '0',
    'Path::Class'      => '0',
    'IO::All'          => '0',
    'File::Temp'       => '0';

install_script 'bin/perlbrew';

tests 't/*.t';

WriteAll;