changeset 0 | f65c3dd5742a |
child 4 | 0fc33e54b1c6 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Build.PL Tue Jul 29 12:17:35 2014 +0200 @@ -0,0 +1,14 @@ +#! perl +use Module::Build; + +Module::Build->new( + module_name => 'Scalar::RefType', + dist_abstract => 'simple scalar ref type checker', + version_from => 'lib/Scalar/RefType.pm', + build_requires => { + Test::Exception => 0, + }, + requires => { + perl => '5.0', + } +)->create_build_script;