Fixed typo
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Helper.pm
index 32d2858..21cb7e7 100644 (file)
@@ -220,7 +220,7 @@ sub next_test {
         $tname          = $prefix . '.t';
         $self->{prefix} = $prefix;
         $prefix = lc $prefix;
-        $prefix =~ s/-/\//g
+        $prefix =~ s/-/\//g;
         $self->{uri} = $prefix;
     }
     my $dir  = $self->{test_dir};
@@ -811,7 +811,6 @@ sub default : Private {
 }
 
 =back
-
 [% END %]
 =head1 AUTHOR