mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
Preparing for release
This commit is contained in:
parent
7336339255
commit
009ac8094a
2 changed files with 3 additions and 3 deletions
2
Changes
2
Changes
|
@ -1,6 +1,6 @@
|
|||
Revision history for Perl extension DBD-SQLite.
|
||||
|
||||
1.19_xx
|
||||
1.19_03 Tue 31 Mar 2009
|
||||
- Added ->column_info() (CORION)
|
||||
|
||||
1.19_02 Sun 29 Mar 2009
|
||||
|
|
|
@ -63,7 +63,7 @@ if ( $force_local = (grep(/USE_LOCAL_SQLITE=.*/, @ARGV))[0] ) {
|
|||
# Now check for a compatible sqlite3
|
||||
unless ( $force_local ) {
|
||||
my ($dir, $file, $fh, $version);
|
||||
print "Checking installed SQLite version...\n";
|
||||
print "Checking installed SQLite version...\n" if $ENV{AUTOMATED_TESTING};
|
||||
if ( $sqlite_inc ) {
|
||||
open($fh, '< ' . File::Spec->catfile($sqlite_inc, 'sqlite3.h'))
|
||||
or die "Error opening sqlite3.h in $sqlite_inc: $!";
|
||||
|
@ -97,7 +97,7 @@ unless ( $force_local ) {
|
|||
undef $sqlite_lib;
|
||||
undef $sqlite_inc;
|
||||
} else {
|
||||
print "Looks good\n";
|
||||
print "Looks good\n" if $ENV{AUTOMATED_TESTING};
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue