Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#17325 closed defect (fixed)

p5-archive-tar 1.40: missing dependency

Reported by: vinc17@… Owned by: narf_tm@…
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: Cc:
Port: p5-archive-tar

Description

Since p5-archive-tar 1.40, the Archive::Tar::Constant module is based on Package::Constants.

package Archive::Tar::Constant;
[...]
use Package::Constants;
@EXPORT = Package::Constants->list( __PACKAGE__ );
[...]

This module needs to be installed otherwise one gets a "Can't locate Package/Constants.pm in @INC" error. But it seems that a port providing it needs to be added first.

Change History (2)

comment:1 Changed 15 years ago by narf_tm@…

Resolution: fixed
Status: newclosed

Fixed in changeset [42343].

comment:2 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.