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

Fixing test module version

This commit is contained in:
Adam Kennedy 2009-04-19 08:56:31 +00:00
parent 2e02abc85d
commit 68c4b9fe85

View file

@ -9,7 +9,7 @@ use Test::More ();
use vars qw{$VERSION @ISA @EXPORT};
BEGIN {
$VERSION = '1.22_08';
$VERSION = '1.22_09';
@ISA = qw{ Exporter };
@EXPORT = qw{ connect_ok };