Fcntl, POSIX and Socket can all use Proxy Constant Subs unconditionally.
authorNicholas Clark <nick@ccl4.org>
Tue, 19 Oct 2010 10:13:52 +0000 (12:13 +0200)
committerNicholas Clark <nick@ccl4.org>
Tue, 19 Oct 2010 10:13:52 +0000 (12:13 +0200)
commit80a649c810fab9a1510e35c012adc454dd4a0a4e
tree1a3b3ccfff13ccc414d51901ed7f3f4f1c6867c9
parent0eedeed40b39b3e37aa3a674c182ccda0c738aa6
Fcntl, POSIX and Socket can all use Proxy Constant Subs unconditionally.

Previously each Makefile.PL had conditional code to only use them post 5.9.2,
so that the code would not diverge between blead and maint-5.8. That isn't an
important consideration any longer, whereas removing the conditional code here
will allow their AUTOLOAD routines to be simplified.
ext/Fcntl/Makefile.PL
ext/POSIX/Makefile.PL
ext/Socket/Makefile.PL