Author: earle
Date: 2008-01-15 00:38:51 +0000 (Tue, 15 Jan 2008)
New Revision: 1128
Modified:
trunk/Build.PL
Log:
Add Geo::Coordinates::UTM to prerequisites - RDF test was failing and others were being skipped.
Modified: trunk/Build.PL
===================================================================
--- trunk/Build.PL 2008-01-15 00:08:01 UTC (rev 1127)
+++ trunk/Build.PL 2008-01-15 00:38:51 UTC (rev 1128)
@@ -293,6 +293,7 @@
$drivers{$dbtype} => 0,
'File::Spec::Functions' => 0,
'File::Temp' => 0,
+ 'Geo::Coordinates::UTM' => 0,
'Geography::NationalGrid' => 0,
'HTML::Entities' => 0,
'LWP::Simple' => 0,