Skip to content

Commit eec58cb

Browse files
H.Merijn Brand - Tuxrehsack
authored andcommitted
DBI-1.632 was released without the TYPE stuff
1 parent f9448a4 commit eec58cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/DBD/File.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ use base qw( DBI::DBD::SqlEngine );
3535
use Carp;
3636
use vars qw( @ISA $VERSION $drh );
3737

38-
$VERSION = "0.43";
38+
$VERSION = "0.44";
3939

4040
$drh = undef; # holds driver handle(s) once initialized
4141

0 commit comments

Comments
 (0)