Bug#756629: libfile-fcntllock-perl: File::FcntlLock no longer exports the required constants

2014-07-31 Thread Raphaël Hertzog
Package: libfile-fcntllock-perl Version: 0.20-1 Severity: important The documentation of File::FcntlLock says: EXPORT The package exports the following constants: F_GETLK F_SETLK F_SETLKW F_RDLCK F_WRLCK F_UNLCK SEEK_SET SEEK_CUR SEEK_END But: $ perl

Bug#756629: libfile-fcntllock-perl: File::FcntlLock no longer exports the required constants

2014-07-31 Thread gregor herrmann
Control: tag -1 + confirmed Control: forwarded -1 j...@toerring.de On Thu, 31 Jul 2014 16:00:17 +0200, Raphaël Hertzog wrote: The documentation of File::FcntlLock says: EXPORT The package exports the following constants: F_GETLK F_SETLK F_SETLKW F_RDLCK F_WRLCK

Bug#756629: libfile-fcntllock-perl: File::FcntlLock no longer exports the required constants

2014-07-31 Thread Jens Thoms Toerring
Hi Raphaël, On Thu, Jul 31, 2014 at 04:00:17PM +0200, Raphaël Hertzog wrote: Package: libfile-fcntllock-perl Version: 0.20-1 Severity: important The problem is that the constants are exported by File::FcntlLock::Core but no longer by File::FcntlLock itself. Here's a tentative patch: $

Bug#756629: libfile-fcntllock-perl: File::FcntlLock no longer exports the required constants

2014-07-31 Thread gregor herrmann
On Thu, 31 Jul 2014 22:21:03 +0200, Jens Thoms Toerring wrote: The problem is that the constants are exported by File::FcntlLock::Core but no longer by File::FcntlLock itself. Thank you very much for the patch! I applied it (and made some more small changes to the XS, Pure and Inline