I'm not redefining any subs after all, don't prevent those warnings.

master
Amitai Schlair 2009-08-23 15:21:39 -04:00
parent 3d6bc6e1b7
commit 844169c9b0
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@
package IkiWiki::Plugin::rsync;
use warnings;
no warnings 'redefine';
use strict;
use IkiWiki 3.00;