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

releng 1.57_01

This commit is contained in:
Kenichi Ishigaki 2018-03-21 15:43:19 +09:00
parent 1d665d8661
commit a78838dcf8
3 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,9 @@
Changes for Perl extension DBD-SQLite
1.57_01 2018-03-21
- Made it an error to fetch attributes from a statement
handle whose database handle is inactive (ribasushi++)
1.56 2018-02-28
- Switched to a production version.

View file

@ -5,7 +5,7 @@ use strict;
use DBI 1.57 ();
use DynaLoader ();
our $VERSION = '1.56';
our $VERSION = '1.57_01';
our @ISA = 'DynaLoader';
# sqlite_version cache (set in the XS bootstrap)

View file

@ -5,7 +5,7 @@ use strict;
use warnings;
use Scalar::Util qw/weaken/;
our $VERSION = '1.56';
our $VERSION = '1.57_01';
our @ISA;