diff options
author | David Mitchell <davem@iabyn.com> | 2009-01-03 13:38:16 +0000 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2009-01-03 13:38:16 +0000 |
commit | 0c429c7857dc17d863b0f599b99cd7e16e6d865f (patch) | |
tree | b477f94e58680adc5f5c1cd1633457c8446adc0f /Porting/thirdclean | |
parent | aea323039bd02667df3bd60d27358d65842cd171 (diff) | |
download | perl-0c429c7857dc17d863b0f599b99cd7e16e6d865f.tar.gz |
Add some basic decriptions and/or usage info to some Porting/ scripts
Diffstat (limited to 'Porting/thirdclean')
-rw-r--r-- | Porting/thirdclean | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Porting/thirdclean b/Porting/thirdclean index 86103f77fa..8f1d3f894b 100644 --- a/Porting/thirdclean +++ b/Porting/thirdclean @@ -1,3 +1,12 @@ +#!./perl + +# DAPM: this description is from the original commit message: +# this appears to be a HP leak detection thing: +# +# Add a script for cleaning out the "known noise" +# from Third Degree reports: either noise caused +# by libc itself, or Perl_yyparse leaks. + local $/; $_ = <ARGV>; |