Merge from vendor branch TNF:
authorsno <sno>
Sun, 9 Aug 2009 13:31:28 +0000 (13:31 +0000)
committersno <sno>
Sun, 9 Aug 2009 13:31:28 +0000 (13:31 +0000)
commit5f891db4308b2f7dda86330000eef9ac895ca9f9
tree0ec030993609f3f8d736ced19e3272aa59bf8910
parent6bdba0591639e49ec9185ec70498fa4e1b223889
parent085b1bbaf0a18b48ea50e7072c03554269711140
Merge from vendor branch TNF:
Importing package for p5 module CatalystX::LeakChecker version 0.02 to
support Catalyst Developers using pkgsrc a bit better.

It's easy to create memory leaks in Catalyst applications and often they're
hard to find. This module tries to help you finding them by automatically
checking for common causes of leaks.

Right now, only one cause for leaks is looked for: putting a closure, that
closes over the Catalyst context (often called $ctx or $c), onto the stash,
without weakening the reference first. More checks might be implemented in
the future.

This module is intended for debugging only. I suggest to not enable it in a
production environment.