summaryrefslogtreecommitdiff
path: root/Changes
blob: db6f9917a520cfe9a0837cbdb325271d977ec4d2 (plain)
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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
Revision history for Perl extension Params-Util

1.07 Sun 11 Mar 2012
	- Disable XS version on cygwin as it shows bizarre behaviour
	  that breaks form when using Params::Util XS verwion.

1.06 Thu 1 Mar 2012
	- Remove the need for the sanexs.c file by generating into a temp
	  file instead.

1.05 Thu 1 Mar 2012
	- Restore compatibility with pre-5.8.8 Perls without a working
	  compiler available install time (RIBASUSHI)

1.04 Wed 20 Apr 2011
	- Fixed #67522 have_compiler returns

1.03 Mon 22 Nov 2010
	- No CPAN Testers failures, moving to production release

1.02_01 Thu 16 Sep 2010
	- Trying for a much more advanced can_xs() alternative to can_cc()
	  to deal with the situation where a host has a superficially
	  working compiler, but completely screwed up headers.
	- Adding some fallback strategies to deal with cases where these
	  same machines don't support configure_requires.
	- Adopt Chorny's eumm-upgrade style for the Makefile.PL.
	- Allow the Makefile.PL to build it's own META.yml now.

1.01 Thu 18 Mar 2010
        - Fixed can_cc() bug in Makefile.PL where it was checking an existence
          of PATH directory rather than executables. RT#55668 (DGOLDEN, MIYAGAWA)

1.00 Sun 31 May 2009
	- Now all known XS bugs are worked out, I've removed
	  the experimental flags and set that as the first 1+ release.
	- Fixed XS implementation of _*LIKE and _INSTANCE
	- Added test for a negative custom isa returning ('')
	- Improving the 'clean' file list in a Makefile.PL

0.38 Tue 17 Feb 2009
	- Fix _IDENTIFIER to return false for "foo\n" (ZEFRAM)
	- Fix _CLASS to return false for "foo\n" (ZEFRAM)

0.37 Wed  4 Feb 2009
	- Fix _HASH for bleadperl (patch from RAFL)
	- Fix regex (more) for bleadperl (patch from RAFL)

0.36 Fri 30 Jan 2009
	- Fixing the overload for _REGEX
	- Adding the tests for _REGEX
	- Reorganising the Makefile.PL
	- Adding duplicate tests for when the XS version isn't compiled

0.35 Tue 11 Nov 2008
	- No changes
	- CPAN Testers results look good, moving to production version

0.34_01 Mon  3 Nov 2008
	- Adding experimental XS implementation by the awesome Jens Rehsack

0.33 Tue 27 May 2008
	- Upgrading to Module::Install 0.74
	- Bumping Scalar::Util version to 1.18 to get a fixed better looks_like_number
	- Moved B driver test class to My_B to prevent collision with the B modules

0.32_01 Sat 23 Feb 2008
	- Moving 01_compile.t minimum version to 5.005 to match Makefile.PL
	  (Resolves rt.cpan.org #26674)
	- Removing the deprecated _CALLABLE function

0.31 Wed 14 Nov 2007
	- Upgrading to Module::Install 0.68

0.30 Mon 22 Oct 2007
	- Incremental release to get a newer and non-broken version of the
	  author-only tests.

0.29 Thu 23 Aug 2007
	- Correcting a test which only ran under AUTOMATED_TESTING,
	  apparently my release automation isn't doing what I think
	  it is doing.

0.28 Sat 18 Aug 2007
	- Dropping the Perl version requirement in 01_compile.t to 5.004

0.27 Sat 18 Aug 2007
	- Skipping one particularly evil test that we know fails on a few OS
	  unless AUTOMATED_TESTING is enabled.
	  These failures weren't worth preventing installation at all.

0.26 Fri 27 Jul 2007
	- Adding the _NONNEGINT function

0.25 Mon 14 May 2007
	- Adding the _CLASSISA and _SUBCLASS functions to fill
	  a gap between _CLASS and _DRIVER

0.24 Wed  9 May 2007
	- Adding the _DRIVER function for use in writing driver APIs

0.23 Tue 20 Feb 2007
        - Bug fix to _INVOCANT to handle false classes.

0.22 Wed  1 Nov 2006
	- Bug fix to _CODELIKE to handle CODE refs properly
	- Updating tests to work more accurately in this regard.

0.21 Tue 10 Oct 2006
	- When no compiler available, minimise the dependency on Scalar::Util,
	  because it's better to leave them with a slightly leaky version
	  than to fail altogether.

0.20 Tue 26 Sep 2006
	- Advanced deprecation of _CALLABLE to "warn but work".
	- Correctly refer to _CALLABLE being deprecated, not _CODELIKE.
	- Add support for Tie::Handle objects to _HANDLE
	- Add support for IO::Scalar objects to _HANDLE
	- Add support for IO::String objects to _HANDLE

0.19 Thu 14 Sep 2006
	- Adding more Scalar::Util tests, this time with some diagnostics

0.18 Thu 14 Sep 2006
	- Explicitly importing refaddr in t/07_handle.t to fix
          test failure on ActivePerl 5.8.0.
	- Increased Scalar::Util dep to 1.14 because we may well
	  be hurt by tied handles-related bug.

0.17 Tue  8 Aug 2006
	- Adding experimental _HANDLE implementation

0.16 Sun  2 Jul 2006
	- We don't check for stash definedness for _INVOCANT.
	  (This is required for 5.005 compat.)

0.15 Sun  2 Jul 2006
	# This release contains only build-time changes
	- Updating to Module::Install 0.63 to add 5.004 support (sorta)
	- Dropping version dependency to 5.004 (Ricardo Signes)

0.14 Wed 10 May 2006
	- No features() used in this dist, so removing auto_install
	- Moved _CALLABLE to _CODELIKE for symmetry reasons. Sorry :(
	  Immediate doc changover. Silent alias for a month, then
	  warning alias for 3 months, then full deprecation at the end
	  of August.
	- Removed RJBS's use warnings that broke 5.005-compatibility.
	- Other minor test cleanups.

0.13 Sun May  7 2006
	# This release contains only build-time changes
	- Upgrading Module::Install to 0.62 final

0.12 Mon May  1 2006
	- Added _ARRAYLIKE and _HASHLIKE (Ricardo Signes again)
	- Added _INVOCANT (Ricardo Signes again!)
	- Expanded test suite (Does Ricardo Signes ever sleep??)

0.11 Wed Apr 12 2006
	- Update _CLASS to allow numeric parts in the tail, like Foo::10
	  (provided by Ricardo Signes)

0.10 Sat Jan 14 2006
	- Updated copyright
	- Added _STRING

0.09 Fri Dec 30 2005
	- Fixed broken link to RT in POD

0.08 Mon Dec 19 2005
	- Moved from old CVS repository to newer SVN repository
	- Added _CALLABLE (provided by Ricardo Signes)

0.07 Mon Oct 10 2005
	- Adding the :ALL tag

0.06 Wed Oct  5 2005
	- Rereleasing with newer Module::Install that correctly
	  includes ExtUtils::AutoInstall.

0.05 Mon May  2 2005
	- Added _POSINT

0.04 Wed Apr 27 2005
	- Fixed a POD bug in the synopsis

0.03 Sun Apr 24 2005
	- Added the _CODE function

0.02 Fri Apr 22 2005
	- Added the _CLASS function

0.01 Fri Apr 22 2005
	- Completed the first implementation