This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
After the upgrade to 3.28_03 we need to revert change 34543.
[perl5.git] / ext / Cwd / Makefile.PL
index 45baa48..1e9a80d 100644 (file)
@@ -1,11 +1,7 @@
 # core-only Makefile.PL
 use ExtUtils::MakeMaker;
 # core-only Makefile.PL
 use ExtUtils::MakeMaker;
-use File::Spec;
-my $up = File::Spec->updir();
-
 WriteMakefile(
     NAME    => 'Cwd',
     VERSION_FROM => '../../lib/Cwd.pm',
     'DEFINE' => '-DNO_PPPORT_H',
 WriteMakefile(
     NAME    => 'Cwd',
     VERSION_FROM => '../../lib/Cwd.pm',
     'DEFINE' => '-DNO_PPPORT_H',
-    XS_VERSION => eval MM->parse_version(File::Spec->catfile($up, $up, 'lib', 'Cwd.pm')),
 );
 );