benkasminbullock / json-create

https://metacpan.org/release/JSON-Create
1 stars 4 forks source link

Unescaped left brace in regex is illegal in regex #41

Closed eserte closed 8 years ago

eserte commented 8 years ago

t/json-create.t fails with perl 5.25.x:

Unescaped left brace in regex is illegal in regex; marked by <-- HERE in m/"a":{ <-- HERE "b":"c"}/ at t/json-create.t line 18.
t/json-create.t ... 
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
benkasminbullock commented 8 years ago

Thanks for this report.

I have a testing version which fixes this issue:

http://matrix.cpantesters.org/?dist=JSON-Create+0.20_01

It looks like it is OK so I will release that soon.

Best

Ben Bullock

On 27 June 2016 at 03:31, Slaven Rezić notifications@github.com wrote:

t/json-create.t fails with perl 5.25.x:

Unescaped left brace in regex is illegal in regex; marked by <-- HERE in m/"a":{ <-- HERE "b":"c"}/ at t/json-create.t line 18. t/json-create.t ... Dubious, test returned 2 (wstat 512, 0x200) No subtests run

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/benkasminbullock/json-create/issues/41, or mute the thread https://github.com/notifications/unsubscribe/AAGOdQ9s4UzmNb_v-aWje1xNMKqO8GuHks5qPsWPgaJpZM4I-nI4 .

benkasminbullock commented 8 years ago

I think it's OK now:

http://fast-matrix.cpantesters.org/?dist=JSON-Create%200.21

On 27 June 2016 at 05:49, Ben Bullock benkasminbullock@gmail.com wrote:

Thanks for this report.

I have a testing version which fixes this issue:

http://matrix.cpantesters.org/?dist=JSON-Create+0.20_01

It looks like it is OK so I will release that soon.

Best

Ben Bullock

On 27 June 2016 at 03:31, Slaven Rezić notifications@github.com wrote:

t/json-create.t fails with perl 5.25.x:

Unescaped left brace in regex is illegal in regex; marked by <-- HERE in m/"a":{ <-- HERE "b":"c"}/ at t/json-create.t line 18. t/json-create.t ... Dubious, test returned 2 (wstat 512, 0x200) No subtests run

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/benkasminbullock/json-create/issues/41, or mute the thread https://github.com/notifications/unsubscribe/AAGOdQ9s4UzmNb_v-aWje1xNMKqO8GuHks5qPsWPgaJpZM4I-nI4 .