Skip Menu |

This queue is for tickets about the Win32-ShellQuote CPAN distribution.

Report information
The Basics
Id: 81259
Status: resolved
Priority: 0/
Queue: Win32-ShellQuote

People
Owner: Nobody in particular
Requestors: ribasushi [...] leporine.io
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: 5.10-ism in regular expression
In order to make the module work on win32 5.8 perls please consider changing line 80's /[ \t\n\v"]/ to /[ "\t\n\f\r\xB\x{85}\x{2028}\x{2029}]/ In fact I am not sure if the unciode parts need to be matched (like \v did). Expansion of \v taken from perldoc perlrecharclass. Cheers
Thanks for the report. This wasn't intentionally using the 5.10 regex feature, but was meant to be a vertical tab. I've corrected the code and uploaded a fixed version.