File: ChangeLog

package info (click to toggle)
libhash-case-perl 1.050-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 124 kB
  • sloc: perl: 380; makefile: 2
file content (95 lines) | stat: -rw-r--r-- 2,181 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
==== version history of Hash::Case

All changes made by Mark Overmeer, unless explicitly stated otherwise.

version 1.05: Thu  6 Feb 16:41:09 CET 2020

	Fixes:
	- accidentally left a "use Log::Report" in.

version 1.04: Thu  6 Feb 16:22:37 CET 2020

	Changes:
	- replace Log::Report by croak on request by [Ed Avis]  GitHub#1

version 1.03: Mon 22 Jan 17:14:46 CET 2018

	Improvements:
	- convert to GIT
	- development on GitHUB

version 1.02: Fri Mar  9 09:24:30 CET 2012

	Fixes:

	- typo in docs.  rt.cpan.org#75630 [Florian Schlich]

	- remove unused nested Makefile.PL
	  rt.cpan.org#75630 [Florian Schlich]

version 1.01: Mon Feb 15 10:21:42 CET 2010

	Fixes:

	- do not use /bin/pwd in t/pod.t

	Improvements:

	- use Log::Report for error handling.

version 1.006: Thu Jun 19 08:40:46 CEST 2008

	- perl5.005 does not understand "use 5.6.0" and tie bug in 5.6.2.
	  So require 5.008 [cpantesters]

version 1.005: Wed Jun 18 09:02:28 CEST 2008

	- require perl 5.6.0 [cpantesters]

	- minor distribution clean-ups

version 1.004: Fri Jun  8 15:37:31 CEST 2007

	- fixed 2 typo's in POD (Thanks to CPANTS)

	- add t/pod.t

	- use oodist to create docs.

version 1.003: Mon Oct 27 07:58:44 CET 2003

	- Added methods addPairs() and addHashData() to initialize a
	  hash with values.

	- Use Test::More i.s.o. Test

	- Move pm files to a new lib/ directory

	- Copyrights also in 2003

version 1.002: Fri Aug  2 16:48:23 CEST 2002

	- Changed my e-mail address to mark@overmeer.net

	- Added Hash::Case::init() as dummy.

	- Some configuration problems fixed.

	- An array passed as initializer for the hash was cleaned in
	  the process, which is not nice, of course.
	  Reported by [Jenda Krynicky]

version 1.001: Sat Jun 15 13:29:55 CEST 2002

	This code is fully tested, and too simple to be true, so I release
	it without hesitation as stable.

	- Initial implementation of Hash::Case

	- Initial implementation of Hash::Case::Lower, tests in t/10lower.t

	- Initial implementation of Hash::Case::Upper, tests in t/20upper.t

	- Initial implementation of Hash::Case::Preserve, tests in t/30pres1.t

	- Initial implementation of Hash::Case::Preserve, tests in t/31pres2.t