Perki::Render tables incompatible with Perl 5.8.0?
Status: Beta
Brought to you by:
ezrakilty
I get this error on a fresh 5.8.0 installation:
Use of /c modifier is meaningless in s/// at
.../lib/perl5/site_perl/5.8.0/WWW/Perki/Render.pm line 69.
Apparently the /c modifier on s/// has been removed in
5.8.0 (viz. man perlop). Surely there's a way to
maintain that functionality?