You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With perl 5.25.x this is now really a fatal error:
Output from './Build test':
Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/Games::PangZero::Players\[0]->{ <-- HERE keys}->\[0] = (.+?)$/ at /tmpfs/.cpan-build-cpansand/2016083106/Games-PangZero-v1.4.1-0/blib/lib/Games/PangZero/Config.pm line 107.
t/00-run.t ..
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
Hi,
please find attached a simple patch that fixes deprecation warnings about unescaped left brace in regex which will become fatal with Perl 5.26.
https://gist.github.com/apoleon/5d0b64861b69ced6e7153ef4fc19965a
The text was updated successfully, but these errors were encountered: