Move Safe.pm into ext/Safe, and temporarily give it a Makfile.PL
[p5sagit/p5-mst-13.2.git] / ext / Safe / Makefile.PL
index 108109f..b4aa932 100644 (file)
@@ -1,7 +1,8 @@
+# Yes, this is boilerplate and will be abolished "real soon now".
+use strict;
 use ExtUtils::MakeMaker;
+
 WriteMakefile(
     NAME       => 'Safe',
-    MAN3PODS   => ' ',         # Pods will be built by installman.
-    XSPROTOARG => '-noprototypes',             # XXX remove later?
     VERSION_FROM => 'Safe.pm',
 );