Path to this page:
Subject: CVS commit: pkgsrc/textproc/p5-PPIx-QuoteLike
From: Wen Heping
Date: 2018-07-29 08:43:31
Message id: 20180729064331.B3AE1FBEC@cvs.NetBSD.org
Log Message:
Update to 0.006
Upstream changes:
0.006 2018-07-09 T. R. Wyant
Only standalone graphemes and non-characters allowed as delimiters
starting with Perl 5.29.0.
Non-ASCII delimiters started working in 5.8.3, so that is what
perl_version_introduced() returns for them.
Collateral with all this, accept word characters as delimiters, but
only with at least one space between the operator and the expression
-- that is, 'qq xyx' is OK, but 'qqxyx' is not.
Files: