From: Sebastian Riedel Date: Wed, 13 Oct 2004 14:59:44 +0000 (+0000) Subject: small fix for Maypole::Application X-Git-Tag: 2.10~137 X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=c1780c9782e9f1b5a80c5a82764992718143aeb1;p=maypole.git small fix for Maypole::Application git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@225 48953598-375a-da11-a14b-00016c27c3ee --- 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;