commit | 277eb6bb444dd0f348079d7d37487f224c9abe39 | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Thu Jul 27 14:59:36 2006 +0000 |
committer | Rob Landley <rob@landley.net> | Thu Jul 27 14:59:36 2006 +0000 |
tree | 7548e7ab87d3e6a4a1932125ca138b28a31f8c98 | |
parent | eac0c069385430901357de0d511cbf5d9e4d12a6 [diff] |
I touched perl. I feel dirty. Make autodocifier suck less. It still doesn't handle nested USE( USE() ) case (the inner USE() winds up in the output), but making it recursive involves getting perl to accept a "for" loop and it's telling me that "break" is an unrecognized bareword and I hate perl. This is at least an improvement.