From 844169c9b06830df33ccde8abead015128baa496 Mon Sep 17 00:00:00 2001 From: Amitai Schlair Date: Sun, 23 Aug 2009 15:21:39 -0400 Subject: [PATCH] I'm not redefining any subs after all, don't prevent those warnings. --- IkiWiki/Plugin/rsync.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/IkiWiki/Plugin/rsync.pm b/IkiWiki/Plugin/rsync.pm index 630469528..62ecc4e38 100644 --- a/IkiWiki/Plugin/rsync.pm +++ b/IkiWiki/Plugin/rsync.pm @@ -2,7 +2,6 @@ package IkiWiki::Plugin::rsync; use warnings; -no warnings 'redefine'; use strict; use IkiWiki 3.00; -- 2.26.2