diff -urp File-Slurp-9999.12.orig/t/pod_coverage.t File-Slurp-9999.12/t/pod_coverage.t --- File-Slurp-9999.12.orig/t/pod_coverage.t 2006-01-19 17:37:06.000000000 +0100 +++ File-Slurp-9999.12/t/pod_coverage.t 2006-10-22 10:03:25.000000000 +0200 @@ -19,6 +19,25 @@ all_pod_coverage_ok( 'SEEK_CUR', 'SEEK_END', 'SEEK_SET', + + 'FD_CLOEXEC', + 'F_DUPFD', + 'F_GETFD', + 'F_GETFL', + 'F_GETLK', + 'F_RDLCK', + 'F_SETFD', + 'F_SETFL', + 'F_SETLK', + 'F_SETLKW', + 'F_UNLCK', + 'F_WRLCK', + 'O_ACCMODE', + 'O_NOCTTY', + 'O_NONBLOCK', + 'O_RDWR', + 'O_TRUNC', + ], } ) ;