X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Flib%2FTestAppDoubleAutoBug.pm;h=00855cdf76e36aa196f4febf2a137cc3ccdd5631;hp=5c72461b7ca59e00c89aa6416eb866c809f5b3c0;hb=f3414019f472b55682ef3af53f761b6db7955887;hpb=8c80e4f8ed93daf2d635c0480bdc97adf24e49c1 diff --git a/t/lib/TestAppDoubleAutoBug.pm b/t/lib/TestAppDoubleAutoBug.pm index 5c72461..00855cd 100644 --- a/t/lib/TestAppDoubleAutoBug.pm +++ b/t/lib/TestAppDoubleAutoBug.pm @@ -18,7 +18,7 @@ __PACKAGE__->setup; sub execute { my $c = shift; my $class = ref( $c->component( $_[0] ) ) || $_[0]; - my $action = "$_[1]"; + my $action = $_[1]->reverse(); my $method;