New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #32968 (closed defect: fixed)

Opened 16 months ago

Last modified 10 months ago

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

comment:1 Changed 16 months ago by raimue@…

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 16 months ago by coax@…

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

comment:3 Changed 10 months ago by jmr@…

  • Status changed from new to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.