Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 223647

Summary: logwatch: Missing dependency on perl Date::Manip
Product: Gentoo Linux Reporter: John Wilcock <john>
Component: [OLD] DevelopmentAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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