Subject: | Test fails under Perl 5.10.0 under Mac OS X 10.3.9 |
What appears to be happening is that $#{@$tables} is coming up -1 under
Perl 5.10.0, so the header and content tests get skipped. The perldelta
for 5.10 says that the $# variable has been removed, but that's the
default output format for numbers. Maybe someone went overboard? I have
reported this to the Perl porters; it's bug 49230; see
http://rt.perl.org/rt3/Public/Bug/Display.html?id=49230
I have attached 1.pat, a universal diff showing one way to deal with this.
Thank you very much for your time and trouble.
Subject: | 1.pat |