Convert Fcntl, File::Glob, I18N::Langinfo, POSIX and Socket to croak_on_error.
authorNicholas Clark <nick@ccl4.org>
Tue, 19 Oct 2010 18:37:06 +0000 (20:37 +0200)
committerNicholas Clark <nick@ccl4.org>
Thu, 21 Oct 2010 06:42:17 +0000 (08:42 +0200)
commit735631af6fd7ee0a0db0185decce87cabe3eb134
tree8426e00ceac5388b565b31b455909c404c6f0ce6
parent04777d295957ad270188e4debf51b523e07cc5b0
Convert Fcntl, File::Glob, I18N::Langinfo, POSIX and Socket to croak_on_error.

This is possible because all 5 use ExtUtils::Constant::ProxySubs, so the
constant() routine is only used for error conditions.
ext/Fcntl/Fcntl.pm
ext/Fcntl/Makefile.PL
ext/File-Glob/Glob.pm
ext/File-Glob/Makefile.PL
ext/I18N-Langinfo/Langinfo.pm
ext/I18N-Langinfo/Makefile.PL
ext/POSIX/Makefile.PL
ext/POSIX/lib/POSIX.pm
ext/Socket/Makefile.PL
ext/Socket/Socket.pm