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