mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-08 06:38:12 -04:00
Adding $VERSION = eval $VERSION
This commit is contained in:
parent
496f10c439
commit
7cae132e46
1 changed files with 0 additions and 1 deletions
|
@ -11,7 +11,6 @@ use vars qw{%COLLATION};
|
||||||
|
|
||||||
BEGIN {
|
BEGIN {
|
||||||
$VERSION = '1.32_02';
|
$VERSION = '1.32_02';
|
||||||
$VERSION = eval $VERSION;
|
|
||||||
@ISA = 'DynaLoader';
|
@ISA = 'DynaLoader';
|
||||||
|
|
||||||
# Initialize errors
|
# Initialize errors
|
||||||
|
|
Loading…
Add table
Reference in a new issue