typo
Sebastian Riedel [Sun, 3 Apr 2005 01:48:26 +0000 (01:48 +0000)]
lib/Catalyst.pm

index 708c005..3b51c63 100644 (file)
@@ -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;
             }