File: Changes

package info (click to toggle)
libtest-regexp-pattern-perl 0.010-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 180 kB
  • sloc: perl: 279; makefile: 2; sh: 1
file content (71 lines) | stat: -rw-r--r-- 1,531 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
0.010   2022-07-24  Released-By: PERLANCAR; Urgency: low

        - No functional changes.

        - [ux] Tweak note for clarity.


0.009   2021-07-21  Released-By: PERLANCAR; Urgency: medium

	- [ux] Show string from example as subtest name.


0.008   2021-07-13  Released-By: PERLANCAR; Urgency: low

	- No functional changes.

	- [doc] Some rewording.


0.007   2021-07-13  Released-By: PERLANCAR; Urgency: medium

	- Test that each pattern definition is a valid defhash (GH#5).


0.006   2020-01-04  Released-By: PERLANCAR; Urgency: medium

	[doc]

        - Update doc (DZP:Test::Regexp::Pattern does not exist, or I
	  haven't written it; mention DZP:Regexp::Pattern instead which
	  includes the functionality).

	- Fix example in Synopsis [GH#3].

	[internal]

        - Use Hash::DefHash so we properly ignore ignorable
          properties/attributes [GH#4].


0.005   2020-01-02  Released-By: PERLANCAR; Urgency: medium

	- Generate anchored regex pattern if anchor=>1 in example.


0.004   2018-09-12  Released-By: PERLANCAR

	- No functional changes.

	- [dist] Add missing runtime requires dependency to Regexp::Pattern
	  (not detected yet by lint-prereqs, the latter should be fixed)
	  [CT].


0.003   2018-09-10  Released-By: PERLANCAR

	- Use re() to retrieve the patterns.

	- [dist] Bump prereq to Regexp::Pattern 0.2.7.


0.002   2018-09-10  Released-By: PERLANCAR

	- Fix test-regexp-pattern.

	- [bugfix] Forgot to require Test::More.


0.001   2018-09-10  Released-By: PERLANCAR

        - First release.