in reply to Re^3: Layer does not match this perl (sigh)
in thread Layer does not match this perl
Thanks very much for submitting that. I suggest the diagnostics be made more specific. Instead of:
+%s (%d) does not match %s (%d), +%s (%d) smaller than %s (%d),
Use:
"PerlIO layer function table size (%d) does not match size expected by + this perl (%d)", "PerlIO layer instance size (%d) smaller than size expected by this pe +rl (%d)",
But I also don't know if the format strings not matching the format strings used in the source code could present some type of problem.
- tye
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Layer does not match this perl (thanks)
by Corion (Patriarch) on Mar 23, 2010 at 08:18 UTC |