1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 22:28:47 -04:00

Remove the eval

This commit is contained in:
Adam Kennedy 2011-05-20 02:31:24 +00:00
parent 3330dabd6c
commit 359afa690e

View file

@ -11,7 +11,6 @@ use vars qw{%COLLATION};
BEGIN { BEGIN {
$VERSION = '1.32_04'; $VERSION = '1.32_04';
$VERSION = eval $VERSION;
@ISA = 'DynaLoader'; @ISA = 'DynaLoader';
# Initialize errors # Initialize errors