[svn:dbi] r14266 - dbi/trunk
[email protected] Wed, 21 Jul 2010 01:01:46 -0700 (PDT)
| Newsgroups | perl.dbi.changes |
|---|---|
| Message-ID | <[email protected]> |
Author: REHSACK
Date: Wed Jul 21 01:01:45 2010
New Revision: 14266
Modified:
dbi/trunk/Makefile.PL
Log:
fix RT#59568
Modified: dbi/trunk/Makefile.PL
==============================================================================
--- dbi/trunk/Makefile.PL (original)
+++ dbi/trunk/Makefile.PL Wed Jul 21 01:01:45 2010
@@ -108,7 +108,7 @@
},
},
PREREQ_PM => {
- ( $^O eq 'MSWin32' ? ( 'PathTools' => 3.31, ) : () ),
+ ( $^O eq 'MSWin32' ? ( 'File::Spec' => 3.31, ) : () ),
},
CONFLICTS => {
'SQL::Statement' => '1.27',