From 7cae132e466bef2fd8a06bf1785f3352edde79ad Mon Sep 17 00:00:00 2001 From: Adam Kennedy Date: Mon, 7 Mar 2011 06:50:56 +0000 Subject: [PATCH] Adding $VERSION = eval $VERSION --- lib/DBD/SQLite.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/DBD/SQLite.pm b/lib/DBD/SQLite.pm index d8b9451..7a5da59 100644 --- a/lib/DBD/SQLite.pm +++ b/lib/DBD/SQLite.pm @@ -11,7 +11,6 @@ use vars qw{%COLLATION}; BEGIN { $VERSION = '1.32_02'; - $VERSION = eval $VERSION; @ISA = 'DynaLoader'; # Initialize errors