X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FTest.pm;h=0b3349ffda49ad404001905ff5a2b62b14e582bb;hb=23f9d93414eadb11350029f13b51841d8309363b;hp=3f5452d28dcc47755dfc629794f877eb8e2078b7;hpb=0b944e631d7ef031353cf662671dea98095e43c7;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Test.pm b/lib/Catalyst/Test.pm index 3f5452d..0b3349f 100644 --- a/lib/Catalyst/Test.pm +++ b/lib/Catalyst/Test.pm @@ -61,7 +61,6 @@ sub import { my $self = shift; $class = shift; $class->require; - my $caller = ( caller(0) )[1]; unless ( $INC{'Test/Builder.pm'} ) { die qq/Couldn't load "$class", "$@"/ if $@; }