typo
[catagits/Catalyst-Runtime.git] / 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;
             }