Skip Menu |

This queue is for tickets about the File-Slurp CPAN distribution.

Report information
The Basics
Id: 28089
Status: resolved
Priority: 0/
Queue: File-Slurp

People
Owner: Nobody in particular
Requestors: SMPETERS [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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', ], } ) ;
fixed