Skip Menu |

This queue is for tickets about the DBD-XBase CPAN distribution.

Report information
The Basics
Id: 44091
Status: resolved
Priority: 0/
Queue: DBD-XBase

People
Owner: JANPAZ [...] cpan.org
Requestors: mihamina [...] lab.vectoris.fr
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.241
Fixed in: 1.01



Subject: sub O_BINARY declaration while already exported by IO::File
When using this module, I get this error: Prototype mismatch: sub XBase::Base::O_BINARY () vs none at (eval 7) line 1. To solve it, I have to remove the BEGIN block on XBase/Base.pm: BEGIN { local $^W = 0; if ($^O =~ /mswin/i) { eval 'use Fcntl qw( O_BINARY )' } else { eval ' sub O_BINARY { 0 } ' } } It was an indication given by Paul Gaborit on fr.comp.lang.perl, and I just report. Ubuntu Intrepid package doesnt patch it yet. -- Chef de projet chez Vectoris Phone: +261 33 11 207 36 System: xUbuntu 8.10 with almost all from package install http://www.google.com/search?q=mihamina+rakotomandimby
I believe I have fixed the issue with DBD-XBase-1.01 which hit PAUSE today. Thanks for the report, Jan