Binary package “libcatalystx-leakchecker-perl” in ubuntu trusty

module for detecting memory leaks in Catalyst applications

 CatalystX::LeakChecker is a Perl module that tries to help you find memory
 leaks in Catalsy applications by automatically checking for common causes.
 If any leaks are found (even when they occur within code references), a
 debug message is logged with useful debugging information.
 .
 This module is intended for use during development and debugging only, rather
 than in a production environment.