supress redef warning
parent
0cfc607314
commit
ed31ebad31
|
@ -2,6 +2,7 @@
|
|||
package IkiWiki::Plugin::prettydate;
|
||||
use IkiWiki;
|
||||
use warnings;
|
||||
no warnings 'redefine';
|
||||
use strict;
|
||||
|
||||
# Blanks duplicate the time before.
|
||||
|
|
Loading…
Reference in New Issue