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:
parent
434aea6479
commit
e4c031b7ba
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue