removed chansen from makefile, since he has no sense of humor
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Dispatcher.pm
index d5c2aeb..9287bdb 100644 (file)
@@ -115,7 +115,7 @@ sub forward {
     my $caller    = caller(0);
     my $namespace = '/';
     if ( $command =~ /^\// ) {
-        $command =~ /^(.*)\/(\w+)$/;
+        $command =~ /^\/(.*)\/(\w+)$/;
         $namespace = $1 || '/';
         $command = $2;
     }