This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
typo fixes for Math-BigInt
[perl5.git] / ext / Fcntl / Makefile.PL
index 2bed754..cb8a8e6 100644 (file)
@@ -1,5 +1,5 @@
 use ExtUtils::MakeMaker;
-use ExtUtils::Constant 0.11 'WriteConstants';
+use ExtUtils::Constant 0.23 'WriteConstants';
 WriteMakefile(
     NAME       => 'Fcntl',
     XSPROTOARG => '-noprototypes',             # XXX remove later?
@@ -39,7 +39,7 @@ my @names = (qw(
             {name=>"SEEK_END", default=>["IV", "2"]},
             {name=>"_S_IFMT", macro=>"S_IFMT", value=>"S_IFMT"});
 WriteConstants(
-    PROXYSUBS => 1,
+    PROXYSUBS => {autoload => 1},
     NAME => 'Fcntl',
     NAMES => \@names,
 );