Convert Fcntl::S_IFMT to XS.
authorNicholas Clark <nick@ccl4.org>
Mon, 18 Oct 2010 18:31:00 +0000 (20:31 +0200)
committerNicholas Clark <nick@ccl4.org>
Mon, 18 Oct 2010 18:31:00 +0000 (20:31 +0200)
commit923cc1bb816922fc7e3d923ecac3b09efc7690cc
tree000a67a6fe25b12170472d44fb07b1e81ac1e981
parent87eca6eccde7fa88e66a2fc2ad817978f8d1c549
Convert Fcntl::S_IFMT to XS.

This removes the requirement to call XSLoader::load() at BEGIN time, which
simplifies the Perl code further.
ext/Fcntl/Fcntl.pm
ext/Fcntl/Fcntl.xs
ext/Fcntl/t/mode.t