remove $class->import from C::Test as it will break code that does not overload Catal...
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Test.pm
index 385d25b..f19b76f 100644 (file)
@@ -66,7 +66,6 @@ sub import {
         unless ( $INC{'Test/Builder.pm'} ) {
             die qq/Couldn't load "$class", "$@"/ if $@;
         }
-        $class->import;
 
         no strict 'refs';
         my $caller = caller(0);