diff options
author | swills <swills@FreeBSD.org> | 2011-05-09 06:22:26 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-05-09 06:22:26 +0800 |
commit | eef7caef33a379b9d85dd77aa8a2b1359408c9ae (patch) | |
tree | 66fff389fb18019adde7e0faa5d5679336011336 /www/Makefile | |
parent | ebc5803c41430ff3a39c523921616772d46da9cd (diff) | |
download | freebsd-ports-gnome-eef7caef33a379b9d85dd77aa8a2b1359408c9ae.tar.gz freebsd-ports-gnome-eef7caef33a379b9d85dd77aa8a2b1359408c9ae.tar.zst freebsd-ports-gnome-eef7caef33a379b9d85dd77aa8a2b1359408c9ae.zip |
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.
WWW: http://search.cpan.org/dist/CatalystX-LeakChecker
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index bfb1c129105b..7105754d4351 100644 --- a/www/Makefile +++ b/www/Makefile @@ -900,6 +900,7 @@ SUBDIR += p5-Catalyst-View-XML-Simple SUBDIR += p5-Catalyst-View-XSLT SUBDIR += p5-CatalystX-Component-Traits + SUBDIR += p5-CatalystX-LeakChecker SUBDIR += p5-CatalystX-RoleApplicator SUBDIR += p5-Class-DBI-FromForm SUBDIR += p5-ClearSilver |