K 10 svn:author V 3 kai K 8 svn:date V 27 2019-06-13T18:20:29.870740Z K 7 svn:log V 649 New port: textproc/p5-Test-Regexp This module is intended to test your regular expressions. Given a subject string and a regular expression (aka pattern), the module not only tests whether the regular expression complete matches the subject string, it performs a utf8::upgrade or utf8::downgrade on the subject string and performs the tests again, if necessary. Furthermore, given a pattern with capturing parenthesis, it checks whether all captures are present, and in the right order. Both named and unnamed captures are checked. WWW: https://metacpan.org/release/Test-Regexp PR: 223918 Submitted by: Sergei Vyshenski END