mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
Updating the t::lib::Test version
This commit is contained in:
parent
710575aee8
commit
6988f6c9f4
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ use Test::More ();
|
|||
|
||||
use vars qw{$VERSION @ISA @EXPORT};
|
||||
BEGIN {
|
||||
$VERSION = '1.19_06';
|
||||
$VERSION = '1.19_07';
|
||||
@ISA = qw{ Exporter };
|
||||
@EXPORT = qw{ connect_ok };
|
||||
}
|
||||
|
@ -19,7 +19,7 @@ use DBI ();
|
|||
|
||||
# Delete temporary files
|
||||
sub clean {
|
||||
unlink( 'foo' );
|
||||
unlink( 'foo' );
|
||||
unlink( 'foo-journal' );
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue