Subject: | Multi-argument captures fail under 5.6.x |
Due to Perl 5.6.x not supporting the multi-argument pipe syntax,
attempting to use capture() with multiple arguments under Perl 5.6.x on
a non-Windows platform results in an error.
Multi-arg capture() on Windows, or on Perl 5.8.x is not affected by this
issue.
A fix has been developed and is undergoing testing. It will be included
in the 0.10 release (due tomorrow or late today).