Am 2011-02-06 21:20, schrieb Ryan Fugger: > Fair enough. I would suggest a more informative error message when > libdate-manip-perl is missing then. I had to stumble on the solution > on the web...
This is the (top of the) message reported by logwatch if libdate-manip-perl is not installed on Debian: # logwatch --range "between -7 days and -1 days" ERROR: Range 'between -7 days and -1 days' not understood This system does not have Date::Manip module loaded, and therefore the only valid --range parameters are 'yesterday', 'today', or 'all'. The Date::Manip module can be installed by using either of: apt-get install libdate-manip-perl (recommended on Debian)' cpan -i 'Date::Manip' perl -MCPAN -e 'install Date::Manip' ... Is there anything unclear about this message? WM -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

