This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
POSIX and Fcntl both export the same constants derived from the same
authorNicholas Clark <nick@ccl4.org>
Mon, 9 Jan 2006 14:10:34 +0000 (14:10 +0000)
committerNicholas Clark <nick@ccl4.org>
Mon, 9 Jan 2006 14:10:34 +0000 (14:10 +0000)
commit33fb14dcecfb8ef90b19a0ecdf4894a1a64e0771
tree98fbf4d0592fd55b70906073fd5712bb23311ab8
parent408fd5c4e2ad1a9746e75d8539260fee3931d832
POSIX and Fcntl both export the same constants derived from the same
C macros. Given that constants are now real inline and *defined*,
rather than merely declared and AUTOLOADed as needed, it is best that
POSIX quite litereally re-exports the constants defined by Fcntl.

p4raw-id: //depot/perl@26754
ext/POSIX/Makefile.PL
ext/POSIX/POSIX.pm