Build.PL
changeset 6 b879399517b8
parent 4 0fc33e54b1c6
equal deleted inserted replaced
5:13aa73ea622a 6:b879399517b8
     4 Module::Build->new(
     4 Module::Build->new(
     5     module_name => 'Scalar::LockRefType',
     5     module_name => 'Scalar::LockRefType',
     6     dist_abstract => 'simple scalar ref type checker',
     6     dist_abstract => 'simple scalar ref type checker',
     7     version_from => 'lib/Scalar/LockRefType.pm',
     7     version_from => 'lib/Scalar/LockRefType.pm',
     8     build_requires => {
     8     build_requires => {
     9 	Test::Exception => 0,
     9 	Test::Exception => '0.32',
    10     },
    10     },
    11     requires => {
    11     requires => {
    12 	perl => '5.0',
    12 	perl => '5.010',
    13     }
    13     }
    14 )->create_build_script;
    14 )->create_build_script;