Subject: | [PATCH] Fix to t/pod_coverage.t needed for bleadperl |
The following patch is needed for File::Slurp to pass its Pod::Coverage
tests with bleadperl. Pardon my lack of whitespace, but I thought it
best to let you choose your own whitespace and spacing.
Thanks!
Steve Peters
steve@fisharerojo.org
--- t/pod_coverage.t.old Wed Jul 11 00:42:40 2007
+++ t/pod_coverage.t Wed Jul 11 00:47:00 2007
@@ -19,6 +19,23 @@
'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',
],
}
) ;