Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 223647 - logwatch: Missing dependency on perl Date::Manip
Summary: logwatch: Missing dependency on perl Date::Manip
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-26 06:56 UTC by John Wilcock
Modified: 2008-05-31 08:00 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Wilcock 2008-05-26 06:56:36 UTC
logwatch needs Date::Manip to parse its --range parameter but the logwatch ebuild doesn't include this dependency

Reproducible: Always

Steps to Reproduce:
1. emerge logwatch
2. use logwatch with the --range parameter


Actual Results:  
Date range expressions are not parsed

Expected Results:  
Date ranges should be parsed by perl Date::Manip

Need to add a dependency to dev-perl/DateManip