This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Upgrade to ExtUtils::CBuilder 0.19
[perl5.git]
/
ext
/
Cwd
/
Makefile.PL
Commit
Line
Data
0d2079fa
BS
1
use ExtUtils::MakeMaker;
2
WriteMakefile(
3
NAME => 'Cwd',
04929354
4
VERSION_FROM => '../../lib/Cwd.pm',
4ce45bab
JH
5
(
6
(grep { $_ eq 'PERL_CORE=1' } @ARGV)
7
? ()
8
: ('DEFINE' => '-DUSE_PPPORT_H')
9
),
0d2079fa
10
);