Silence new warning grep in void context warning in various modules and test files...
[p5sagit/p5-mst-13.2.git] / ext / Cwd / Makefile.PL
index 1d19218..1e9a80d 100644 (file)
@@ -1,5 +1,7 @@
+# core-only Makefile.PL
 use ExtUtils::MakeMaker;
 WriteMakefile(
     NAME    => 'Cwd',
-    VERSION => '2.05',
+    VERSION_FROM => '../../lib/Cwd.pm',
+    'DEFINE' => '-DNO_PPPORT_H',
 );