karenetheridge / JSON-Schema-Modern

Validate data against a schema using a JSON Schema

Home Page:https://metacpan.org/release/JSON-Schema-Modern/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

modernize syntax

karenetheridge opened this issue · comments

  • $foo equ 'bar' instead of ($foo//'') eq 'bar' (Syntax::Operator::Equ)
  • postfix deref (requires 5.20)
  • hash-context hash slices and array slices (requires 5.20)
  • sub signatures (requires 5.20)

This is done in v0.525, except equ which is not possible until pluggable infix operators are added to core.