X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FDispatchType%2FRegex.pm;h=a2dd81b35d75805c6ad032a7111214a0b9935c65;hb=4cea2e8254893cf5be1e6d9a4c04ee70df8562f5;hp=3fbc04c8c8bddf417e7f4ac664e2703bc32bf31c;hpb=b2b90ec28d4f51ef6e86e5acc2abb1dc92446147;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/DispatchType/Regex.pm b/lib/Catalyst/DispatchType/Regex.pm index 3fbc04c..a2dd81b 100644 --- a/lib/Catalyst/DispatchType/Regex.pm +++ b/lib/Catalyst/DispatchType/Regex.pm @@ -30,7 +30,7 @@ sub list { my $action = $regex->{action}; $re->row( $regex->{path}, "/$action" ); } - $c->log->debug( "Loaded Regex actions:\n" . $re->draw ) + $c->log->debug( "Loaded Regex actions:\n" . $re->draw . "\n" ) if ( @{ $self->{compiled} } ); } @@ -139,10 +139,9 @@ sub uri_for_action { return undef; } -=head1 AUTHOR +=head1 AUTHORS -Matt S Trout -Sebastian Riedel, C +Catalyst Contributors, see Catalyst.pm =head1 COPYRIGHT