File: Changes

package info (click to toggle)
libtie-hash-regex-perl 1.14-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 88 kB
  • sloc: perl: 47; makefile: 2
file content (139 lines) | stat: -rw-r--r-- 3,325 bytes parent folder | download | duplicates (2)
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
2021-01-25  Dave Cross <dave@perlhacks.com>

  * Version 1.14

  * Added bugtracker to metadata

  * Added GitHub CI

2020-11-04  Dave Cross <dave@perlhacks.com>

  * Version 1.13

  * Added repo details 

2018-02-23  Dave Cross <dave@dave.org.uk>

  * Build.PL: Missed a version number.

  * README, README.xml, lib/Tie/Hash/Regex.pm: Replace README.xml with plain
  text README. Bump version.

  * .travis.yml: Added more Perl versions to .travis.yml.

2016-10-04  Dave Cross <dave@dave.org.uk>

  * t/slices.t: Skip the skip_all

  * t/slices.t: More tests that won't compile

  * t/slices.t: Comment out TODO blocks  As they still need to compile on older
  versions of Perl.

2016-05-18  Dave Cross <dave@dave.org.uk>

  * t/slices.t: Skip slice tests if hash slices are unsupported.

  * t/test.t: Use 'is' instead of 'ok' when appropriate.

  * t/slices.t: Better tests (and mark some as TODO)

  * lib/Tie/Hash/Regex.pm: Fix some typos that have been there for a very long
  time

2015-08-17  Theodorus Van Hoesel <tvanhoesel@mmw-thvanhoesel.local>

  * t/slices.t: added test for 5.20 where regex should return more than one

2015-07-18  Dave Cross <dave@dave.org.uk>

  * .travis.yml: Added .travis.yml

2015-07-17  Dave Cross <dave@dave.org.uk>

  * .gitignore: Added .gitignore

  * MANIFEST: Added META.json to MANIFEST

2009-02-21  Dave Cross <dave@dave.org.uk>

  * lib/Tie/Hash/Regex.pm: Changed versioning system.

2008-06-30  Dave Cross <dave@dave.org.uk>

  * README.xml: Typo

2008-03-14  Dave Cross <dave@dave.org.uk>

  * README.xml: Fixed broken XML

2008-03-08  Dave Cross <dave@dave.org.uk>

  * MANIFEST: Added Build.PL to MANIFEST

  * MANIFEST: Moved Regex.pm in MANIFEST

  * lib/Tie/Hash/Regex.pm: Removed old CVS log. Switched references from
  dave.org.uk to mag-sol.com. Forced use of Perl >= 5.6. Used "our" instead of
  "use vars". Added "use warnings". Added LICENSE (sic) section.

  * t/pod.t, t/test.t: Switched to using Test::More. Removed old Test comments.
  Added t/pod.t.

  * MANIFEST: Removed COPYING from MANIFEST

  * COPYING: Removed COPYING

  * Regex.pm => lib/Tie/Hash/Regex.pm: Moved Regex.pm to lib

  * Build.PL, Makefile.PL: Switch from Makefile.PL to Build.PL

2006-06-01  Dave Cross <dave@dave.org.uk>

  * Regex.pm: Raising to version 1.0

  * MANIFEST, t/pod_coverage.t: Added t/pod_coverage.t

2004-10-23  Dave Cross <dave@dave.org.uk>

  * Regex.pm, t/test.t: Improve test coverage.

2004-05-22  Dave Cross <dave@dave.org.uk>

  * t/test.t: Added some new tests

2004-05-12  Dave Cross <dave@dave.org.uk>

  * COPYING, MANIFEST, Makefile.PL, README.xml: Added various files to cvs

  * t/test.t: Added test file to CVS

2002-09-23  Dave Cross <dave@dave.org.uk>

  * Regex.pm: Fixed to work with Perl 5.8.0.

2002-07-28  Dave Cross <dave@dave.org.uk>

  * Regex.pm: Applied "exists" hash from Steffen M�ller.

2002-07-12  Dave Cross <dave@dave.org.uk>

  * Regex.pm: Corrected Attribute::Handler dependencies

2001-12-09  Dave Cross <dave@dave.org.uk>

  * Regex.pm: Doc fixes.

  * Regex.pm: Added Attribute::Handlers interface.

2001-09-03  Dave Cross <dave@dave.org.uk>

  * Regex.pm: Minor fixes.

2001-09-02  Dave Cross <dave@dave.org.uk>

  * Regex.pm: Added ref to Tie::RegexpHash.

2001-06-03  Dave Cross <dave@dave.org.uk>

  * Regex.pm: Put into RCS.