6 Commits

Author SHA1 Message Date
espie
43dbe792d6 FIX_EXTRACT_PERMISSIONS 2017-12-05 16:25:45 +00:00
bluhm
b9dca98428 Test::Tester is in base Perl now, remove all run and test dependencies
on devel/p5-Test-Tester.
OK afresh1@
2017-08-01 22:53:11 +00:00
bluhm
ef98ffd5be update p5-Test-Regexp to 2017040101 2017-04-05 12:19:02 +00:00
bluhm
d68bfb6cec update p5-Test-Regexp to 2016060501 2016-06-07 22:18:00 +00:00
naddy
cfbb239b6a Remove SHARED_ONLY from all CPAN Perl ports and the cpan and perl MODULES.
Add WANTLIB+=perl and PKG_ARCH=* as appropriate.
2016-03-20 19:56:05 +00:00
bluhm
28533319c7 import p5-Test-Regexp 2015110201
OK sthen@

test your regular expressions

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.
2016-01-10 21:31:06 +00:00