#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 16 years ago by narf_tm@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in changeset [42343].