Subject: | Fails with perls < 5.14 |
# Failed test 'use IO::ReadHandle::Chain;'
# at t/00-load.t line 10.
# Tried to use 'IO::ReadHandle::Chain'.
# Error: syntax error at /tmp/loop_over_bdir-22311-gawR1p/IO-ReadHandle-Chain-v1.2.1-0/blib/lib/IO/ReadHandle/Chain.pm line 212, near "s/\n/ /gr "
# Compilation failed in require at t/00-load.t line 10.
# BEGIN failed--compilation aborted at t/00-load.t line 10.
If you want to keep the s///r Syntax in the regexp, it would be cool if you could declare your requirement. That way the FAILS are converted to UNKNOWNS. Details about how to do it are on this page: http://wiki.cpantesters.org/wiki/CPANAuthorNotes
Thanks!