1
0
Fork 0
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:
Adam Kennedy 2011-03-07 06:45:53 +00:00
parent 3c27bff166
commit 35becbb640

View file

@ -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