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 2f31a73..cb8a8e6 100644 (file)
@@ -1,8 +1,7 @@
 use ExtUtils::MakeMaker;
-use ExtUtils::Constant 0.11 'WriteConstants';
+use ExtUtils::Constant 0.23 'WriteConstants';
 WriteMakefile(
     NAME       => 'Fcntl',
-    MAN3PODS   => {},  # Pods will be built by installman.
     XSPROTOARG => '-noprototypes',             # XXX remove later?
     VERSION_FROM => 'Fcntl.pm',
     realclean => {FILES=> 'const-c.inc const-xs.inc'},
@@ -40,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,
 );