summaryrefslogtreecommitdiff
path: root/ext/Cwd/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'ext/Cwd/Makefile.PL')
-rw-r--r--ext/Cwd/Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Cwd/Makefile.PL b/ext/Cwd/Makefile.PL
index 1e9a80d8a7..8d6c18753c 100644
--- a/ext/Cwd/Makefile.PL
+++ b/ext/Cwd/Makefile.PL
@@ -2,6 +2,6 @@
use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'Cwd',
- VERSION_FROM => '../../lib/Cwd.pm',
+ VERSION_FROM => 'Cwd.pm',
'DEFINE' => '-DNO_PPPORT_H',
);