jberger / Galileo

A Simple Modern Perl CMS

Home Page:http://galileo-cms.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

regex modifier /u fails compilation in perls < 5.14

coffeemonster opened this issue · comments

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,

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