Author: turnstep
Date: Tue Jul 24 03:51:43 2007
New Revision: 9793
Modified:
DBD-Pg/trunk/Makefile.PL
Log:
Typo, thanks to Tim Mattison for spotting.
Modified: DBD-Pg/trunk/Makefile.PL
==============================================================================
--- DBD-Pg/trunk/Makefile.PL (original)
+++ DBD-Pg/trunk/Makefile.PL Tue Jul 24 03:51:43 2007
@@ -67,7 +67,7 @@
die "Could not determine the PostgreSQL library version.\n".
"Please ensure that a valid path is given to the 'pg_config'
command,\n".
"either manually or by setting the environment
variables\n".
- "POSTGRES_DATA, PSOTGRES_INCLUDE, and
POSTGRES_LIB\n";
+ "POSTGRES_DATA, POSTGRES_INCLUDE, and
POSTGRES_LIB\n";
}
if ($os =~ /Win32/) {