Debian lenny version packages
[pkg-perl] / deb-src / libdevel-symdump-perl / libdevel-symdump-perl-2.08 / ChangeLog
1 2007-10-11  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
2
3         * release 2.08
4
5         * skip the recurse test on 5.005
6
7 2007-01-05  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
8
9         * release 2.07
10
11         * rewrite symdump.t using Test::More
12
13         * adjust test suite to accept main::- also introduced for named
14         captures
15
16 2006-10-08  Andreas J. Koenig  <andreas.koenig.gmwojprw@franz.ak.mind.de>
17
18         * release 2.0604
19
20         * adjust test suite to accept main::+ introduced by named captures
21
22 2006-09-20  Andreas J. Koenig  <andreas.koenig.gmwojprw@franz.ak.mind.de>
23
24         * relase 2.0603
25
26         * add LICENSE field to Makefile.PL to also have it in the META.yml
27
28 2006-07-19  Andreas J. Koenig  <andreas.koenig.gmwojprw@franz.ak.mind.de>
29
30         * release 2.0602
31
32         * adjust test suite to accept new variable in bleadperl, the hash
33         $main::^H
34
35 2006-05-03  Andreas J. Koenig  <andreas.koenig.gmwojprw@franz.ak.mind.de>
36
37         * release 2.0601
38
39         * add copyright and license
40
41 2006-01-18  Andreas J. Koenig  <andreas.koenig.gmwojprw@franz.ak.mind.de>
42
43         * release 2.06
44
45         * New warnings in bleadperl now suppressed; minor pod issues fixed
46
47 2006-01-02  Andreas J. Koenig  <andreas.koenig.gmwojprw@franz.ak.mind.de>
48
49         * release 2.05
50
51         * fix the testcase for recursion so that it compiles and works
52         also after patch 26370 to perl after which stashes are not
53         autovivified anymore.
54
55 2005-12-25  Andreas J. Koenig  <andreas.koenig.gmwojprw@franz.ak.mind.de>
56
57         * release 2.04
58
59         * Export.pm now strict clean
60
61         * Makefile.PL up to date
62
63         * added ChangeLog.svn
64
65         * added tests for recursion, pod, podcover
66
67         * Fixed rt.cpan.org #8766--recursion
68
69 2002-03-01  Andreas J. Koenig  <andreas.koenig@anima.de>
70
71         * lib/Devel/Symdump.pm: perl 5.6.1 introduced a package name of
72         "<none>" to work around a bug if somebody uses the deprecated
73         C<package> without an argument. I believe we need to ignore that
74         symbol completely so that at least we follow the lead of the B::
75         extensions. Thanks to Sreeji K Das /sreeji_k at yahoo.com/ for the
76         report.
77
78 2000-10-31  Andreas J. Koenig  <andreas.koenig@anima.de>
79
80         * Typo fix: hashs --> hashes. Thanks to Sebastien Blondeel
81         <Sebastien.Blondeel@idealx.com> for the report.
82
83 2000-06-14  Andreas J. Koenig  <andreas.koenig@anima.de>
84
85         * Fixed my email address in and made a few tiny editorial changes
86         to the manpage.
87
88         * Replaced Changes file with this ChangeLog file, appended the
89         full Changes file below.
90
91         * Fixed the test 6 in t/symdump.t. This test was broken by
92         perl-5.6.0 but not Devel::Symdump itself.
93
94 1997-05-16  Andreas Koenig
95
96         * Release 2.00
97
98         * Fixed typos in the manpage, added a test for tree, no functional
99         change, released 2.00.
100
101 1997-03-31  Andreas Koenig
102
103         * 1.99_01
104
105         * 1.99_01 is the designated 2.00.
106
107         * Between 1.20 and 1.23 the method as_HTML was introduced and a
108         few code cleanups happened.
109
110         * 2.00 switches implementation to use *ENTRY{XXX} internally. This
111         means that we can determine scalarness even for undefined scalars.
112         We don't expect unknowns anymore.
113
114         * 2.00 introduces the new ios() method which should replace the
115         older filehandles() and dirhandles() methods. For backwards
116         compatibility the old methods continue to work as they used to.
117
118         * 2.00 comes with isa_tree and inh_tree utility methods for
119         analysing the inheritance tree. Devel::Symdump objects may be used
120         to create snapshots, but their typical use would be as class
121         methods.
122
123 1995-08-16  Andreas Koenig
124
125         * 1.20
126
127         * test 7 of t/symdump.t was too capricious. In fact the test was
128         based on wrong assumptions about loaded packages in the perl
129         binary. Static perls and dynamic perls have different symbol
130         tables when they run thetests. So test 7 is gone.
131
132         * test 4 of t/symdump.t relied on $@ being set like in perl5.001m.
133         This might not be a correct assumption. So test 4 is replaced with
134         a dummy 'print ok' until the $@ problem is sorted out
135
136 1995-07-03  Andreas Koenig
137
138         * 1.19
139
140         * Added an as_string method.
141
142         * Rewrote the test scripts so they output standard test strings
143         "ok nnn". This is dangerous for new perl releases, but will help
144         me do get bug reports early.
145
146         * Renamed the exporting example package to Devel::Symdump::Export.
147
148 1995-05-29  Andreas Koenig
149
150         * 1.16
151
152         * Changed '${pack}::' and relatives back to "$pack\:\:" to make
153         the package "-w" safe. Deleted the debug statement in _doit()
154         after Gurusamy Sarathy fixed the bug in perl5.001, but left a
155         comment there.
156
157         * Changed the AUTHORS section to plain "Andreas & Tom".
158
159         * Added this Changes file :)
160
161 1995-05-28  Andreas Koenig
162
163         * 1.14
164
165         * After a considerable amount of mail exchange between Tom and me,
166         we now have a unknowns() method for all the rest in the symbol
167         table that we currently don't follow further. new() is renamed to
168         rnew() which stands for recursive new. new() now does not go into
169         recursion which becomes the default behaviour for people calling
170         directly Devel::Symdump->arrays etc.
171
172         * Added a Devel::Symdump::Exp package for Tom who wanted the
173         methods exported. Tom had tried to add Exporter to the package and
174         to export the undefined methods directly. Andreas didn't trust
175         this trick although it seemed to work fine. So they are still
176         considering if it can be done.
177
178 1995-05-27  Andreas Koenig
179
180         * 1.09
181
182         * Drops all prettyprint functionality and becomes a primitiv
183         package after some talk with Tom Christiansen and Gurusamy
184         Sarathy. Moreover, Dean Roehrich's additions to the perlbot
185         manpage gave me (Andreas) some hints about package globals which
186         now get a new dress within the object.
187
188 1995-05-xx  Andreas Koenig
189
190         * 1.05
191
192         * First release of the formerly Devel::Debug called package.