Opened 12 years ago

Closed 12 years ago

#32968 closed defect (fixed)

p5-file-homedir missing p5-file-which dependency

Reported by: coax@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.0.3
Keywords: Cc:
Port: p5-file-homedir

Description

p5-file-homedir depends on p5-file-which, but this is not included in the portfile.

Change History (3)

comment:1 Changed 12 years ago by raimue (Rainer Müller)

According to the Makefile.PL, even more dependencies are required:

requires      'Carp'        => 0;
requires      'Cwd'         => $^O eq 'darwin' ? '3' : '3.12';
requires      'File::Spec'  => $^O eq 'darwin' ? '3' : '3.12';
requires      'File::Path'  => '2.01';
requires      'File::Temp'  => '0.19';
requires      'File::Which' => '0.05';

I didn't check which of these are already provided by the base perl5.XY ports.

comment:2 Changed 12 years ago by coax@…

All of those with the exception of File::Which are core modules.

comment:3 Changed 12 years ago by jmroot (Joshua Root)

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.