logwatch: Enable Date::Manip 6.x support (using interface v5)

This commit is contained in:
Jan Lentfer
2012-06-20 10:42:35 +02:00
committed by Jan Lentfer
parent 4bd2536f4b
commit 9f5e031e6d
2 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
--- Logwatch.pm.orig 2012-06-20 09:58:12.786294471 +0200
+++ Logwatch.pm 2012-06-20 09:41:59.443055298 +0200
@@ -4,6 +4,10 @@
package Logwatch;
+# Define interace version 5 for Date::Manip
+BEGIN {
+ $Date::Manip::Backend = 'DM5';
+}
use strict;
use Exporter;
use POSIX qw(strftime);