From 359afa690e87312b928e77ec5f4c2989ebe98512 Mon Sep 17 00:00:00 2001 From: Adam Kennedy Date: Fri, 20 May 2011 02:31:24 +0000 Subject: [PATCH] Remove the eval --- lib/DBD/SQLite.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/DBD/SQLite.pm b/lib/DBD/SQLite.pm index e10b1e5..9b7d502 100644 --- a/lib/DBD/SQLite.pm +++ b/lib/DBD/SQLite.pm @@ -11,7 +11,6 @@ use vars qw{%COLLATION}; BEGIN { $VERSION = '1.32_04'; - $VERSION = eval $VERSION; @ISA = 'DynaLoader'; # Initialize errors