Move Safe.pm into ext/Safe, and temporarily give it a Makfile.PL
[p5sagit/p5-mst-13.2.git] / ext / Safe / Makefile.PL
index 414df14..b4aa932 100644 (file)
@@ -1,2 +1,8 @@
+# Yes, this is boilerplate and will be abolished "real soon now".
+use strict;
 use ExtUtils::MakeMaker;
-WriteMakefile();
+
+WriteMakefile(
+    NAME       => 'Safe',
+    VERSION_FROM => 'Safe.pm',
+);