From 6bf428a51dc8aea21ea1bdeb7f22d420054e7803 Mon Sep 17 00:00:00 2001 From: Adam Kennedy Date: Sun, 5 Apr 2009 23:41:14 +0000 Subject: [PATCH] Bumping the Perl dep in the .pm up to 5.006 where it should be. --- lib/DBD/SQLite.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/DBD/SQLite.pm b/lib/DBD/SQLite.pm index faba5bf..e2a5db6 100644 --- a/lib/DBD/SQLite.pm +++ b/lib/DBD/SQLite.pm @@ -1,6 +1,6 @@ package DBD::SQLite; -use 5.00503; +use 5.006; use strict; use DBI 1.57 (); use DynaLoader ();