mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 22:28:47 -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 {
|
||||
$VERSION = '1.32_02';
|
||||
$VERSION = eval $VERSION;
|
||||
@ISA = 'DynaLoader';
|
||||
|
||||
# Initialize errors
|
||||
|
|
Loading…
Add table
Reference in a new issue