(Fwd) [rt.cpan.org #59568] Wrong prerequisite for MSWin32

Tim Bunce <[email protected]>
Newsgroups gmane.comp.lang.perl.modules.dbi.sybase.devel
Message-ID <[email protected]>
----- Forwarded message from Serguei Trouchelle via RT <[email protected]> -----

Date: Tue, 20 Jul 2010 10:55:17 -0400
From: Serguei Trouchelle via RT <[email protected]>
To: undisclosed-recipients: ;
Subject: [rt.cpan.org #59568] Wrong prerequisite for MSWin32

Tue Jul 20 10:55:16 2010: Request 59568 was acted upon.
Transaction: Ticket created by STRO
       Queue: DBI
     Subject: Wrong prerequisite for MSWin32
   Broken in: 1.612
    Severity: Important
       Owner: Nobody
  Requestors: [email protected]
      Status: new
 Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=59568 >


Hello Tim,

Version 1.612 adds prerequisite for Windows builds:

         ( $^O eq 'MSWin32' ? ( 'PathTools' => 3.31, ) : () ),

which is wrong, there's no 'PathTools' _module_ on CPAN (it's a
distribution name). You should change it to File::Spec or File::Spec::Win32:

         ( $^O eq 'MSWin32' ? ( 'File::Spec' => 3.31, ) : () ),

-- 
Serguei Trouchelle

----- End forwarded message -----
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.