http://www.perlmonks.org?node_id=930705

aartist has asked for the wisdom of the Perl Monks concerning the following question:

Hi

I am installing Catalyst::Controller::LeakTracker module on GNU/Linux (Perl 5.8.8) and I am getting following error message while running the tests.

# Failed test 'mentions leaked request' # at t/01-basic.t line 19. # 'Template::Declare::Tag=CODE(0x10d2cf90)' # doesn't match '(?-xism:leak_something)'

There are more failed tests too with almost similar messages. How I can resolve these?

Thanks.