From b975600dd2ac324003da44da0c92cc4455bb46a8 Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Tue, 23 Sep 2008 14:16:52 +1200 Subject: [PATCH] Remove the init call from here, it was causing init to be run twice. --- lib/Display/Plugin.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Display/Plugin.pm b/lib/Display/Plugin.pm index bd31c06..8b92aaa 100644 --- a/lib/Display/Plugin.pm +++ b/lib/Display/Plugin.pm @@ -15,7 +15,6 @@ sub new { }; bless ($self, $class); - $self->init(); return $self; } -- 2.30.2