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
3c27bff166
commit
35becbb640
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ 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