On Mar 12, 2005, at 7:18 PM, Ken Williams wrote:
Excellent. I just have one question, then, about the following line:
my @lddlflags = $args{lddl} ? ($cf->{lddlflags}."=$out") : ("/exe=$out");
What is the original value of $cf->{lddlflags} such that it makes sense to just append "=$out" to it?
Scratch that, I think I see how it works.
Care to try the 0.09_02 revision, hitting CPAN now?
-Ken