Bug 90991 - p5-Class-DBI is missing a dependency to p5-Clone
Summary: p5-Class-DBI is missing a dependency to p5-Clone
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: skv
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-27 21:40 UTC by Bill Fenner
Modified: 2005-12-29 13:45 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bill Fenner 2005-12-27 21:40:09 UTC
	

After installing p5-Class-DBI and p5-Class-DBI-mysql, programs that
require Class::DBI fail to run, complaining that they can't find Clone.pm.

Fix: 

Add a dependency on p5-Clone to the port.
How-To-Repeat: 	
sudo portinstall p5-Class-DBI p5-Class-DBI-mysql
perl -e 'use Class::DBI;'
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2005-12-27 21:42:28 UTC
Responsible Changed
From-To: freebsd-ports-bugs->skv

Over to maintainer
Comment 2 skv freebsd_committer freebsd_triage 2005-12-29 13:45:03 UTC
State Changed
From-To: open->closed

Fixed, thanks.