1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 14:19:10 -04:00

remove VERSION from t/lib/SQLiteTest.pm

This commit is contained in:
Kenichi Ishigaki 2017-03-04 15:05:38 +09:00
parent 434aea6479
commit e4c031b7ba

View file

@ -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;