It transpires that POSIX.xs also duplicated several constants defined
authorNicholas Clark <nick@ccl4.org>
Thu, 15 May 2008 10:10:27 +0000 (10:10 +0000)
committerNicholas Clark <nick@ccl4.org>
Thu, 15 May 2008 10:10:27 +0000 (10:10 +0000)
commita5d752217825fadff051e943940b4abad8e8b552
tree57eff14728e357634627933ddd9252b11bc93465
parent8d2082b01041d30d9a510164df9c5e4703949441
It transpires that POSIX.xs also duplicated several constants defined
by Fcntl but only conditionally exported by Fcntl. The most obvious
were SEEK_CUR, SEEK_END and SEEK_SET, as reported in bug #54186.
So add them to the list of constants that POSIX imports from Fcntl.

p4raw-id: //depot/perl@33825
ext/POSIX/Makefile.PL
ext/POSIX/POSIX.pm
t/lib/proxy_constant_subs.t