Bug 32486 - www/p5-WWW-Babelfish should depend on devel/p5-IO-String
Summary: www/p5-WWW-Babelfish should depend on devel/p5-IO-String
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: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-12-04 03:10 UTC by chrise
Modified: 2001-12-04 03:54 UTC (History)
0 users

See Also:


Attachments
file.diff (699 bytes, patch)
2001-12-04 03:10 UTC, chrise
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description chrise 2001-12-04 03:10:00 UTC
www/p5-WWW-Babelfish has a runtime dependency on devel/p5-IO-String. If
IO::String.pm doesn't exist, you get an error like the following when
executing a script that uses WWW::Babelfish:

Can't locate IO/String.pm in @INC (@INC contains: /usr/libdata/perl/5.00503/mach /usr/libdata/perl/5.00503 /usr/local/lib/perl5/site_perl/5.005/i386-freebsd /usr/local/lib/perl5/site_perl/5.005 .) at /usr/local/lib/perl5/site_perl/5.005/WWW/Babelfish.pm line 22, <DATA> chunk 189.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.005/WWW/Babelfish.pm line 22, <DATA> chunk 189.
BEGIN failed--compilation aborted at ./translate line 8, <DATA> chunk 189.

How-To-Repeat: Make sure devel/p5-IO-String isn't installed. Execute a script that uses
www/p5-WWW-Babelfish.
Comment 1 Pete Fritchman freebsd_committer freebsd_triage 2001-12-04 03:54:27 UTC
State Changed
From-To: open->closed

Committed, thanks!