]> git.decadent.org.uk Git - maypole.git/commitdiff
small fix for Maypole::Application
authorSebastian Riedel <sri@labs.kraih.com>
Wed, 13 Oct 2004 14:59:44 +0000 (14:59 +0000)
committerSebastian Riedel <sri@labs.kraih.com>
Wed, 13 Oct 2004 14:59:44 +0000 (14:59 +0000)
git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@225 48953598-375a-da11-a14b-00016c27c3ee

lib/Maypole/Application.pm

index 4e8b624bf180303ada4ef2c7c2938c2473344f79..130eea09563a329c73e93ed3387235dfe70cb956 100644 (file)
@@ -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;