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 470291f..cb8a8e6 100644 (file)
@@ -39,7 +39,7 @@ my @names = (qw(
             {name=>"SEEK_END", default=>["IV", "2"]},
             {name=>"_S_IFMT", macro=>"S_IFMT", value=>"S_IFMT"});
 WriteConstants(
-    PROXYSUBS => {croak_on_error => 1},
+    PROXYSUBS => {autoload => 1},
     NAME => 'Fcntl',
     NAMES => \@names,
 );