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