regex modifier /u fails compilation in perls < 5.14
coffeemonster opened this issue · comments
Alister West commented
Hi,
The /u regex modifier was introduced in 5.14.
The only use of this in Galileo is in the test file t/basic.t.
As I run perl 5.10.1 the tests failed compilation because of this modifier.
Once removed all tests pass so I just see this as a barrier for installation.
Cheers,
Joel Berger commented
Shoot, I meant to take that out! It was when I was tracing a unicode problem, it really doesn't need to be there! Thanks