mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
14 lines
299 B
Diff
14 lines
299 B
Diff
--- 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);
|