From e4c031b7ba23fa27370e9b488d2b89c13f1061cd Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Sat, 4 Mar 2017 15:05:38 +0900 Subject: [PATCH] remove VERSION from t/lib/SQLiteTest.pm --- t/lib/SQLiteTest.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/t/lib/SQLiteTest.pm b/t/lib/SQLiteTest.pm index 9759f6e..274754b 100644 --- a/t/lib/SQLiteTest.pm +++ b/t/lib/SQLiteTest.pm @@ -7,7 +7,6 @@ use Exporter (); use File::Spec (); use Test::More (); -our $VERSION = '1.55_03'; our @ISA = 'Exporter'; our @EXPORT = qw/connect_ok dies dbfile @CALL_FUNCS $sqlite_call has_sqlite requires_sqlite/; our @CALL_FUNCS;