Build.PL
changeset 4 0fc33e54b1c6
parent 0 f65c3dd5742a
child 6 b879399517b8
equal deleted inserted replaced
3:f196858c983e 4:0fc33e54b1c6
     1 #! perl
     1 #! perl
     2 use Module::Build;
     2 use Module::Build;
     3 
     3 
     4 Module::Build->new(
     4 Module::Build->new(
     5     module_name => 'Scalar::RefType',
     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/RefType.pm',
     7     version_from => 'lib/Scalar/LockRefType.pm',
     8     build_requires => {
     8     build_requires => {
     9 	Test::Exception => 0,
     9 	Test::Exception => 0,
    10     },
    10     },
    11     requires => {
    11     requires => {
    12 	perl => '5.0',
    12 	perl => '5.0',