1
0
Fork 0
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:
Adam Kennedy 2011-03-07 06:50:56 +00:00
parent 496f10c439
commit 7cae132e46

View file

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