Subject: | Bug: XBase->open(...)->create(...) |
Date: | Thu, 9 Dec 2010 17:36:30 +0100 (CET) |
To: | bug-DBD-XBase [...] rt.cpan.org |
From: | Delfin-soft <delfin [...] royalcomputer.hu> |
Hi!
my $template=XBase->open(fname=>$templatename);
$template->create(fname=>$newname);
Value existing on 29th byte of the template dbf file
(corresponding to $options{codepage} at create)
is not initialized at open() time, and so is not used by
create()
Please fix it at next release. (Although workaround is obvious)
usefull informations:
XBase.pm
$VERSION = '0.241';
Other useless informations:
perl v5.10.0
linux
Thanks,
delfin...