mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
Updating version to _11 and adding Changes entries
This commit is contained in:
parent
85300f62f1
commit
788904db72
3 changed files with 5 additions and 2 deletions
3
Changes
3
Changes
|
@ -1,6 +1,9 @@
|
|||
Changes for Perl extension DBD-SQLite.
|
||||
|
||||
1.19_11 to be released
|
||||
- Check DBI version in Makefile.PL (CHORNY)
|
||||
- Bundling Test::NoWarings into /inc to remove a dependency (ADAMK)
|
||||
- Correcting use 5.00503 to 5.006 in SQLite.pm (ADAMK)
|
||||
|
||||
1.19_10 Mon 6 Apr 2009
|
||||
- A few more tests moved to Test::More (ADAMK)
|
||||
|
|
|
@ -8,7 +8,7 @@ use DynaLoader ();
|
|||
use vars qw($VERSION @ISA);
|
||||
use vars qw{$err $errstr $drh $sqlite_version};
|
||||
BEGIN {
|
||||
$VERSION = '1.19_10';
|
||||
$VERSION = '1.19_11';
|
||||
@ISA = ('DynaLoader');
|
||||
|
||||
# Driver singleton
|
||||
|
|
|
@ -9,7 +9,7 @@ use Test::More ();
|
|||
|
||||
use vars qw{$VERSION @ISA @EXPORT};
|
||||
BEGIN {
|
||||
$VERSION = '1.19_10';
|
||||
$VERSION = '1.19_11';
|
||||
@ISA = qw{ Exporter };
|
||||
@EXPORT = qw{ connect_ok };
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue