From: Sebastian Riedel Date: Sun, 3 Apr 2005 01:48:26 +0000 (+0000) Subject: typo X-Git-Tag: 5.7099_04~1616 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=f5f8484715d3cd05e18db061d27705fbc905bb4c typo --- diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 708c005..3b51c63 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -178,7 +178,7 @@ sub import { $caller->log->error(qq/Couldn't load plugin "$plugin", "$@"/); } else { - push @plugins, " + $plugin"; + push @plugins, $plugin; no strict 'refs'; push @{"$caller\::ISA"}, $plugin; }