summaryrefslogtreecommitdiff
path: root/www/p5-CatalystX-LeakChecker/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-CatalystX-LeakChecker/DESCR')
-rw-r--r--www/p5-CatalystX-LeakChecker/DESCR11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/p5-CatalystX-LeakChecker/DESCR b/www/p5-CatalystX-LeakChecker/DESCR
new file mode 100644
index 00000000000..c33a5667906
--- /dev/null
+++ b/www/p5-CatalystX-LeakChecker/DESCR
@@ -0,0 +1,11 @@
+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.