From c1780c9782e9f1b5a80c5a82764992718143aeb1 Mon Sep 17 00:00:00 2001 From: Sebastian Riedel Date: Wed, 13 Oct 2004 14:59:44 +0000 Subject: [PATCH] small fix for Maypole::Application git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@225 48953598-375a-da11-a14b-00016c27c3ee --- lib/Maypole/Application.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Maypole/Application.pm b/lib/Maypole/Application.pm index 4e8b624..130eea0 100644 --- a/lib/Maypole/Application.pm +++ b/lib/Maypole/Application.pm @@ -7,7 +7,6 @@ our @ISA; sub import { my ( $self, @plugins ) = @_; - return unless $plugins[0]; my $caller = caller(0); no strict 'refs'; push @{"${caller}::ISA"}, $self; -- 2.39.2