Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[patch] add PERL_MEM_LOG to perlrun.pod

0 views
Skip to first unread message

Jim Cromie

unread,
Nov 23, 2009, 2:34:39 PM11/23/09
to Perl 5 Porters
I noticed that PERL_MEM_LOG is not mentioned in perlrun.pod,
should it be ? if so, this patch addresses that lack.
Suggestions for better wording/focus are welcome.

I also grepped code to compare the uses to those docd in perlrun,
and noticed a few omissions, are any of these worthy of mention here ?
or are they too specific or detail oriented ? (my guess)

("PERL_BADFREE");
("PERL_BADLANG")) || atoi(p))));
("PERL_DEBUG_MSTATS"))
("PERL_DEBUG_MSTATS")) && atoi(s) >= 2)
("PERL_DESTRUCT_LEVEL");

("PERL_MADSKILLS"))) {
("PERL_RE_COLORS");
("PERL_XMLDUMP"))) {
("TMPDIR");

0001-add-mention-of-PERL_MEM_LOG-in-perlrun.pod.patch

Rafael Garcia-Suarez

unread,
Nov 24, 2009, 4:46:53 AM11/24/09
to Jim Cromie, Perl 5 Porters
2009/11/23 Jim Cromie <jim.c...@gmail.com>:

> I noticed that PERL_MEM_LOG is not mentioned in perlrun.pod,
> should it be ?  if so, this patch addresses that lack.
> Suggestions for better wording/focus are welcome.

Thanks, applied, and then reworded a bit by next commit, in the hope
of making it clearer.

0 new messages