in reply to Re^5: X-platform testers wanted: new version of Devel::Size
in thread X-platform testers wanted: new version of Devel::Size
that was quick :)
Turned out to be a classic = vs. == typo.
if ((o->op_type = OP_TRANS)) { return OPc_BASEOP; }
I knew something had to be modifying something it shouldn't be, but I couldn't see it until I threw a little const at it. Then the compiler told me where to look. Which was nice :)
So, can I sign you up as a tester? All it involves is installing it where you are and trying it. (And letting me know how you fared.)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: X-platform testers wanted: new version of Devel::Size
by Burak (Chaplain) on Oct 04, 2008 at 15:34 UTC |