Made all $VERSION numbers more friendly to static code
analysis tools (including CPAN).
Added a test to make sure all version numbers are incremented
in lock-step.Started 5.8 support
* Removed dependencies on 5.10 'use feature'. * Removed dependencies on 5.10 fieldhashes. * a::e::match no longer uses smart-match or // * %^H init doesn't use // anymore. * 5.8 won't try to use // in fatalised subs (kludge)
recv.t corrected to use a custom socket (closed for writing)
and to ignore SIGPIPEs.