From: Andrew Ruthven Date: Tue, 23 Sep 2008 02:16:52 +0000 (+1200) Subject: Remove the init call from here, it was causing init to be run twice. X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b975600dd2ac324003da44da0c92cc4455bb46a8;p=picture-display.git Remove the init call from here, it was causing init to be run twice. --- 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; }