Skip to content

Commit

Permalink
Bumped up SQLite version number to 1.14 to get rid of
Browse files Browse the repository at this point in the history
'closing dbh with active statement handles' warning.
  • Loading branch information
mschilli committed Jan 23, 2008
1 parent cae7be0 commit 94accc7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changes
@@ -1,5 +1,9 @@
######################################################################
Revision history for Perl extension Cache::Historical

0.02 2008/01/23
(ms) Bumped up SQLite version number to 1.14 to get rid of
'closing dbh with active statement handles' warning.

0.01 2008/01/12
(ms) Where it all began.
2 changes: 1 addition & 1 deletion Historical.pm
Expand Up @@ -10,7 +10,7 @@ use Log::Log4perl qw(:easy);
use DBI;
use DateTime::Format::Strptime;

our $VERSION = "0.01";
our $VERSION = "0.02";

###########################################
sub new {
Expand Down
2 changes: 1 addition & 1 deletion README
@@ -1,5 +1,5 @@
######################################################################
Cache::Historical 0.01
Cache::Historical 0.02
######################################################################

NAME
Expand Down

0 comments on commit 94accc7

Please sign in to comment.