Unescaped left brace in regex is illegal in regex #3

Open
opened 2016-06-02 19:28:18 +00:00 by eserte · 0 comments
eserte commented 2016-06-02 19:28:18 +00:00 (Migrated from github.com)

Compilation fails with perl 5.25.1 and later:

...
#   Failed test 'XML/Ant/BuildFile/Element/Arg.pm loaded ok'
#   at t/00-compile.t line 51.
#          got: '65280'
#     expected: '0'
Unescaped left brace in regex is illegal in regex; marked by <-- HERE in m/(?xms: \$ { <-- HERE  [\w:.]+ } )/ at /usr/home/eserte/.cpan/build/2016060206/XML-Ant-BuildFile-0.216-c37QrB/blib/lib/XML/Ant/Properties.pm line 54.
Compilation failed in require at /usr/home/eserte/.cpan/build/2016060206/XML-Ant-BuildFile-0.216-c37QrB/blib/lib/XML/Ant/BuildFile/Element/Arg.pm line 23.
BEGIN failed--compilation aborted at /usr/home/eserte/.cpan/build/2016060206/XML-Ant-BuildFile-0.216-c37QrB/blib/lib/XML/Ant/BuildFile/Element/Arg.pm line 23.
Compilation failed in require at -e line 1.
...
Compilation fails with perl 5.25.1 and later: ``` ... # Failed test 'XML/Ant/BuildFile/Element/Arg.pm loaded ok' # at t/00-compile.t line 51. # got: '65280' # expected: '0' Unescaped left brace in regex is illegal in regex; marked by <-- HERE in m/(?xms: \$ { <-- HERE [\w:.]+ } )/ at /usr/home/eserte/.cpan/build/2016060206/XML-Ant-BuildFile-0.216-c37QrB/blib/lib/XML/Ant/Properties.pm line 54. Compilation failed in require at /usr/home/eserte/.cpan/build/2016060206/XML-Ant-BuildFile-0.216-c37QrB/blib/lib/XML/Ant/BuildFile/Element/Arg.pm line 23. BEGIN failed--compilation aborted at /usr/home/eserte/.cpan/build/2016060206/XML-Ant-BuildFile-0.216-c37QrB/blib/lib/XML/Ant/BuildFile/Element/Arg.pm line 23. Compilation failed in require at -e line 1. ... ```
Sign in to join this conversation.
No labels
housekeeping
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
mjg/perl-XML-Ant-BuildFile#3
No description provided.