This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Convert modules in ext/ to pass minimal arguments to XSLoader::load().
authorNicholas Clark <nick@ccl4.org>
Thu, 14 Oct 2010 20:44:08 +0000 (21:44 +0100)
committerNicholas Clark <nick@ccl4.org>
Thu, 14 Oct 2010 21:00:15 +0000 (22:00 +0100)
commitda4061d33235769184e98cc28663a2dd54302fa8
tree4570cbd426a13abb0bef561ba7ed9141c616317d
parent1d2b7ec55763d41a18a61d1b44aedd531d305ad3
Convert modules in ext/ to pass minimal arguments to XSLoader::load().
20 files changed:
ext/B/B.pm
ext/Devel-Peek/Peek.pm
ext/Fcntl/Fcntl.pm
ext/File-Glob/Glob.pm
ext/GDBM_File/GDBM_File.pm
ext/Hash-Util-FieldHash/lib/Hash/Util/FieldHash.pm
ext/NDBM_File/NDBM_File.pm
ext/ODBM_File/ODBM_File.pm
ext/Opcode/Opcode.pm
ext/POSIX/lib/POSIX.pm
ext/PerlIO-encoding/encoding.pm
ext/PerlIO-scalar/scalar.pm
ext/PerlIO-via/via.pm
ext/SDBM_File/SDBM_File.pm
ext/Socket/Socket.pm
ext/Sys-Hostname/Hostname.pm
ext/Tie-Hash-NamedCapture/NamedCapture.pm
ext/attributes/attributes.pm
ext/mro/mro.pm
ext/re/re.pm