Author: hmbrand Date: Tue May 5 08:20:47 2009 New Revision: 12746 Modified: dbi/trunk/lib/DBD/File.pm
Log: up the version of DBD::File, now that 1.608 is out Modified: dbi/trunk/lib/DBD/File.pm ============================================================================== --- dbi/trunk/lib/DBD/File.pm (original) +++ dbi/trunk/lib/DBD/File.pm Tue May 5 08:20:47 2009 @@ -33,7 +33,7 @@ use vars qw( @ISA $VERSION $drh $valid_attrs ); -$VERSION = "0.36"; +$VERSION = "0.37"; $drh = undef; # holds driver handle(s) once initialised
