Convert Fcntl, File::Glob, I18N::Langinfo and Socket to an XS AUTOLOAD.
authorNicholas Clark <nick@ccl4.org>
Wed, 20 Oct 2010 07:32:16 +0000 (09:32 +0200)
committerNicholas Clark <nick@ccl4.org>
Thu, 21 Oct 2010 06:42:19 +0000 (08:42 +0200)
commit7f39e0ae39033ab8b37028bcb877100291982e8e
tree3a6ec79b1d7efb54182f57105052bcf85d511b20
parentc565ab54dc649bb62cd4d57149d7b2abb21df5f3
Convert Fcntl, File::Glob, I18N::Langinfo and Socket to an XS AUTOLOAD.

All 4 use ExtUtils::Constant::ProxySubs, and only have an AUTOLOAD to deal with
failed constant lookups.
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/Socket/Makefile.PL
ext/Socket/Socket.pm