Path to this page:
./
www/p5-CatalystX-LeakChecker,
Debug memory leaks in Catalyst applications
Branch: CURRENT,
Version: 0.05,
Package name: p5-CatalystX-LeakChecker-0.05,
Maintainer: pkgsrc-usersIt'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.
Required to run:[
lang/perl5] [
devel/p5-Task-Weaken] [
devel/p5-Devel-Cycle] [
textproc/p5-Text-SimpleTable] [
devel/p5-PadWalker] [
www/p5-Catalyst-Runtime] [
devel/p5-namespace-clean] [
devel/p5-Moose] [
devel/p5-MooseX-AttributeHelpers] [
devel/p5-MooseX-Types] [
devel/p5-namespace-autoclean]
Required to build:[
devel/p5-Test-Simple]
Master sites: (Expand)
SHA1: bc2a6c4dd434fca2c86476b297da439d94490bd6
RMD160: 614a9936815c1ed87207979a49ec84b7af43c0d9
Filesize: 10.48 KB
Version history: (Expand)
- (2010-01-16) Updated to version: p5-CatalystX-LeakChecker-0.05
- (2009-09-24) Updated to version: p5-CatalystX-LeakChecker-0.04nb1
- (2009-09-14) Updated to version: p5-CatalystX-LeakChecker-0.04
- (2009-08-09) Package added to pkgsrc.se, version p5-CatalystX-LeakChecker-0.02 (created)
CVS history: (Expand)
| 2010-01-16 19:14:36 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating www/p5-CatalystX-LeakChecker from 0.04nb1 to 0.05
pkgsrc changes:
- Adjusting dependencies
Upstream changes:
0.05 Sun, 29 Nov 2009 17:38:51 +0100
* Depend on a later version of PadWalker to avoid segfaults in the
Catalyst test suite.
|
| 2009-09-24 08:50:22 by Jens Rehsack | Files touched by this commit (116) |
Log message:
Bumping revision of packages which depend direct or indirect on
devel/p5-Class-MOP. A late detected incompible change forced it.
|
| 2009-09-13 22:45:52 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating www/p5-CatalystX-LeakChecker from 0.02 to 0.04
pkgsrc changes:
- Adjusting dependencies
Upstream changes:
0.04 Sat, 12 Sep 2009 06:13:20 +0900
* Depend on PadWalker (Closes RT#49551).
0.03 Sat, 05 Sep 2009 09:42:43 +0200
* Port to Devel::Cycle. We're now able to report a broader range of leaks.
|
2009-08-09 15:31:28 by Jens Rehsack | Files touched by this commit (3) |  |
Log message:
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.
|