X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2FFcntl%2FMakefile.PL;h=23465b9792145cf3f7bc8f4ee6101c8018c5c8da;hb=6b9b4622403ed9ea90ace1c72b8b71571b3324a6;hp=030c8b4239c01235ed7fe9705bbe71174ed7f4ea;hpb=72f7b9a1041f8cd00a817b387850fef64f11d90e;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/Fcntl/Makefile.PL b/ext/Fcntl/Makefile.PL index 030c8b4..23465b9 100644 --- a/ext/Fcntl/Makefile.PL +++ b/ext/Fcntl/Makefile.PL @@ -1,11 +1,11 @@ use ExtUtils::MakeMaker; -use ExtUtils::Constant 0.07 'WriteConstants'; +use ExtUtils::Constant 0.11 'WriteConstants'; WriteMakefile( NAME => 'Fcntl', MAN3PODS => {}, # Pods will be built by installman. XSPROTOARG => '-noprototypes', # XXX remove later? VERSION_FROM => 'Fcntl.pm', - realclean => {FILES=> 'constants.c constants.xs'}, + realclean => {FILES=> 'const-c.inc const-xs.inc'}, ); my @names = (qw(FAPPEND FASYNC FCREAT FDEFER FDSYNC FD_CLOEXEC FEXCL FLARGEFILE