typo
[catagits/Catalyst-Runtime.git] / lib / Catalyst.pm
index 5a9fe8a..90d158a 100644 (file)
@@ -169,7 +169,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;
             }