mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 22:28:47 -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 File::Spec ();
|
||||||
use Test::More ();
|
use Test::More ();
|
||||||
|
|
||||||
our $VERSION = '1.55_03';
|
|
||||||
our @ISA = 'Exporter';
|
our @ISA = 'Exporter';
|
||||||
our @EXPORT = qw/connect_ok dies dbfile @CALL_FUNCS $sqlite_call has_sqlite requires_sqlite/;
|
our @EXPORT = qw/connect_ok dies dbfile @CALL_FUNCS $sqlite_call has_sqlite requires_sqlite/;
|
||||||
our @CALL_FUNCS;
|
our @CALL_FUNCS;
|
||||||
|
|
Loading…
Add table
Reference in a new issue