mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-08 06:38:12 -04:00
better punctuation; (Father Chrysostomos)++
This commit is contained in:
parent
233eca519b
commit
f915392d74
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ eval {
|
|||
require DBI;
|
||||
};
|
||||
if ( $@ or DBI->VERSION < $DBI_required ) {
|
||||
print "DBI 1.57 is required to configure this module, please install it or upgrade your CPAN/CPANPLUS shell\n";
|
||||
print "DBI 1.57 is required to configure this module; please install it or upgrade your CPAN/CPANPLUS shell.\n";
|
||||
exit(0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue