Build.PL
changeset 4 0fc33e54b1c6
parent 0 f65c3dd5742a
child 6 b879399517b8
--- a/Build.PL	Tue Jul 29 21:27:29 2014 +0200
+++ b/Build.PL	Tue Jul 29 21:35:01 2014 +0200
@@ -2,9 +2,9 @@
 use Module::Build;
 
 Module::Build->new(
-    module_name => 'Scalar::RefType',
+    module_name => 'Scalar::LockRefType',
     dist_abstract => 'simple scalar ref type checker',
-    version_from => 'lib/Scalar/RefType.pm',
+    version_from => 'lib/Scalar/LockRefType.pm',
     build_requires => {
 	Test::Exception => 0,
     },