Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Test-Reporter CPAN distribution.

Report information
The Basics
Id: 3313
Status: resolved
Priority: 0/
Queue: Test-Reporter

People
Owner: Nobody in particular
Requestors: perl [...] crystalflame.net
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.20
Fixed in: (no value)



Subject: Missing dependency 'File::Temp'
Hi, Test::Reporter 1.20 fails to install on OS X 10.2.6 (vendor perl 5.6.0), due to a dependency on File::Temp that isn't listed in Makefile.PL. PREREQ_PM => { 'File::Temp' => 0 }
[guest - Fri Aug 22 03:36:58 2003]: Show quoted text
> Hi, Test::Reporter 1.20 fails to install on OS X 10.2.6 (vendor perl > 5.6.0), due to a dependency on File::Temp that isn't listed in > Makefile.PL.
File::Temp is indeed listed as a dependancy in Test::Reporter 1.20's Makefile.PL. See: http://search.cpan.org/src/FOX/Test-Reporter-1.20/Makefile.PL. 'PREREQ_PM' => { 'Net::SMTP' => 0, 'File::Temp' => 0, 'File::Spec' => 0, },