OpenBSD CVS

CVS log for ports/devel/p5-Test-Regexp/distinfo


[BACK] Up to [local] / ports / devel / p5-Test-Regexp

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.3 / (download) - annotate - [select for diffs], Wed Apr 5 12:19:02 2017 UTC (7 years, 2 months ago) by bluhm
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, HEAD
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (unified)

update p5-Test-Regexp to 2017040101

Revision 1.2 / (download) - annotate - [select for diffs], Tue Jun 7 22:18:00 2016 UTC (7 years, 11 months ago) by bluhm
Branch: MAIN
CVS Tags: OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (unified)

update p5-Test-Regexp to 2016060501

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun Jan 10 21:31:06 2016 UTC (8 years, 4 months ago) by bluhm
Branch: bluhm
CVS Tags: bluhm_20160110, OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (unified)

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.

Revision 1.1 / (download) - annotate - [select for diffs], Sun Jan 10 21:31:06 2016 UTC (8 years, 4 months ago) by bluhm
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.