use inc::Module::Install;
name 'CGI-Compile';
all_from 'lib/CGI/Compile.pm';
readme_from 'lib/CGI/Compile.pm';
requires 'File::pushd';
build_requires 'Test::More';
test_requires 'Test::Requires';
test_requires 'Test::NoWarnings';
author_tests('xt');
auto_set_repository;
WriteAll;
