Path to this page:
Subject: CVS commit: pkgsrc/devel/p5-PPIx-Regexp
From: Wen Heping
Date: 2022-05-29 03:28:56
Message id: 20220529012857.0A950FAEB@cvs.NetBSD.org
Log Message:
Update to 0.085
Upstream changes:
0.085 2022-04-16 T. R. Wyant
Remove 'postderef' argument to PPIx::Regexp->new(). Postfix
dereference is always recognized.
0.084 2022-04-02 T. R. Wyant
Require PPI 1.238 for postfix deref support, and recode the
postfix deref logic in terms of 1.238's functionality.
Parse '@{[ ... ]}' as code, not interpolation. This is more in line
with what it actually represents, and allows correct versioning of
postfix dereferences. But is is an incompatible change.
Files: