From: Joey Hess Date: Fri, 5 Sep 2008 17:44:52 +0000 (-0400) Subject: UNIVERSAL not used in this plugin X-Git-Tag: 2.63~8^2~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7d3047b6d8ead54d13a3d0165c897ded38a93160;p=ikiwiki.git UNIVERSAL not used in this plugin --- diff --git a/IkiWiki/Plugin/cutpaste.pm b/IkiWiki/Plugin/cutpaste.pm index 24a05601d..92667a1ef 100644 --- a/IkiWiki/Plugin/cutpaste.pm +++ b/IkiWiki/Plugin/cutpaste.pm @@ -4,7 +4,6 @@ package IkiWiki::Plugin::cutpaste; use warnings; use strict; use IkiWiki 2.00; -use UNIVERSAL; my %savedtext;