Blame Changes

Packit b48d6e
2017-02-07  k  <andk@cpan.org>
Packit b48d6e
Packit b48d6e
	* release 2.18
Packit b48d6e
Packit b48d6e
	* Makefile.PL changes to support perls without "." in @INC (Todd
Packit b48d6e
	Rinaldo); no functional change
Packit b48d6e
Packit b48d6e
2016-04-19  k  <andk@cpan.org>
Packit b48d6e
Packit b48d6e
	* release 2.17
Packit b48d6e
Packit b48d6e
	* address #113886: unlist Compress::Zlib as a prereq, it was and
Packit b48d6e
	still is only used by a test that won't run for normal user
Packit b48d6e
	installs (Thanks to Graham Knop for reporting)
Packit b48d6e
Packit b48d6e
2016-04-11  k  <andk@cpan.org>
Packit b48d6e
Packit b48d6e
	* release 2.16
Packit b48d6e
Packit b48d6e
	* docs only change: create a real link to perlref.pod (Slaven Rezić)
Packit b48d6e
Packit b48d6e
2015-06-11  k  <andk@cpan.org>
Packit b48d6e
Packit b48d6e
	* release 2.15
Packit b48d6e
Packit b48d6e
	* In the tests, always check for exists before checking for
Packit b48d6e
	definedness (Reini Urban)
Packit b48d6e
Packit b48d6e
2014-12-16  k  <andk@cpan.org>
Packit b48d6e
Packit b48d6e
	* release 2.14
Packit b48d6e
Packit b48d6e
	* no change to 2.14-TRIAL
Packit b48d6e
Packit b48d6e
2014-12-08  k  <andk@cpan.org>
Packit b48d6e
Packit b48d6e
	* release 2.14-TRIAL
Packit b48d6e
Packit b48d6e
	* support for fileno() on directory handles (perl commit v5.21.6-337-g67f2cc7)
Packit b48d6e
Packit b48d6e
2014-07-26  k  <andk@cpan.org>
Packit b48d6e
Packit b48d6e
	* release 2.13-TRIAL
Packit b48d6e
Packit b48d6e
	* support for telldir (Brian Fraser)
Packit b48d6e
Packit b48d6e
2014-06-20  k  <andk@cpan.org>
Packit b48d6e
Packit b48d6e
	* release 2.12
Packit b48d6e
Packit b48d6e
	* test rewrite: v5.21.0-424-ge35475d stopped supporting
Packit b48d6e
	defined(@$ref) which was used in t/symdump.t (thanks to Aaron
Packit b48d6e
	Crane for spotting)
Packit b48d6e
Packit b48d6e
2013-10-30  k  <andk@cpan.org>
Packit b48d6e
Packit b48d6e
	* release 2.11
Packit b48d6e
Packit b48d6e
	* v5.19.5-71-gd456e3f stopped producing the %@ hash at startup
Packit b48d6e
Packit b48d6e
2013-03-27  k  <k@k83.linux.bogus>
Packit b48d6e
Packit b48d6e
	* release 2.10
Packit b48d6e
Packit b48d6e
	* no change to 2.10-TRIAL
Packit b48d6e
Packit b48d6e
2013-03-24  k  <k@k83.linux.bogus>
Packit b48d6e
Packit b48d6e
	* release 2.10-TRIAL
Packit b48d6e
Packit b48d6e
	* release 2.09-TRIAL
Packit b48d6e
Packit b48d6e
	* address RT#84139: fix test to work with upcoming perl 5.18
Packit b48d6e
	(Thanks to ZEFRAM)
Packit b48d6e
Packit b48d6e
	* fixed the autogen.t test again, this time for perl 5.8.9
Packit b48d6e
Packit b48d6e
2012-05-20  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
Packit b48d6e
Packit b48d6e
	* release 2.08_53
Packit b48d6e
Packit b48d6e
	* apply doc patch by Nick Stokoe from ticket #77102
Packit b48d6e
Packit b48d6e
	* declare dependency on Compress::Zlib
Packit b48d6e
Packit b48d6e
2009-03-01  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
Packit b48d6e
Packit b48d6e
	* release 2.08_51
Packit b48d6e
Packit b48d6e
	* added a test by Jason M. Mills to chase down the bug he reports
Packit b48d6e
	in https://rt.cpan.org/Ticket/Display.html?id=43675
Packit b48d6e
Packit b48d6e
2007-10-11  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
Packit b48d6e
Packit b48d6e
	* release 2.08
Packit b48d6e
Packit b48d6e
	* skip the recurse test on 5.005
Packit b48d6e
Packit b48d6e
2007-01-05  Andreas J. Koenig  <andreas.koenig.7os6VVqR@franz.ak.mind.de>
Packit b48d6e
Packit b48d6e
	* release 2.07
Packit b48d6e
Packit b48d6e
	* rewrite symdump.t using Test::More
Packit b48d6e
Packit b48d6e
	* adjust test suite to accept main::- also introduced for named
Packit b48d6e
	captures
Packit b48d6e
Packit b48d6e
2006-10-08  Andreas J. Koenig  <andreas.koenig.gmwojprw@franz.ak.mind.de>
Packit b48d6e
Packit b48d6e
	* release 2.0604
Packit b48d6e
Packit b48d6e
	* adjust test suite to accept main::+ introduced by named captures
Packit b48d6e
Packit b48d6e
2006-09-20  Andreas J. Koenig  <andreas.koenig.gmwojprw@franz.ak.mind.de>
Packit b48d6e
Packit b48d6e
	* relase 2.0603
Packit b48d6e
Packit b48d6e
	* add LICENSE field to Makefile.PL to also have it in the META.yml
Packit b48d6e
Packit b48d6e
2006-07-19  Andreas J. Koenig  <andreas.koenig.gmwojprw@franz.ak.mind.de>
Packit b48d6e
Packit b48d6e
	* release 2.0602
Packit b48d6e
Packit b48d6e
	* adjust test suite to accept new variable in bleadperl, the hash
Packit b48d6e
	$main::^H
Packit b48d6e
Packit b48d6e
2006-05-03  Andreas J. Koenig  <andreas.koenig.gmwojprw@franz.ak.mind.de>
Packit b48d6e
Packit b48d6e
	* release 2.0601
Packit b48d6e
Packit b48d6e
	* add copyright and license
Packit b48d6e
Packit b48d6e
2006-01-18  Andreas J. Koenig  <andreas.koenig.gmwojprw@franz.ak.mind.de>
Packit b48d6e
Packit b48d6e
	* release 2.06
Packit b48d6e
Packit b48d6e
	* New warnings in bleadperl now suppressed; minor pod issues fixed
Packit b48d6e
Packit b48d6e
2006-01-02  Andreas J. Koenig  <andreas.koenig.gmwojprw@franz.ak.mind.de>
Packit b48d6e
Packit b48d6e
	* release 2.05
Packit b48d6e
Packit b48d6e
	* fix the testcase for recursion so that it compiles and works
Packit b48d6e
	also after patch 26370 to perl after which stashes are not
Packit b48d6e
	autovivified anymore.
Packit b48d6e
Packit b48d6e
2005-12-25  Andreas J. Koenig  <andreas.koenig.gmwojprw@franz.ak.mind.de>
Packit b48d6e
Packit b48d6e
	* release 2.04
Packit b48d6e
Packit b48d6e
	* Export.pm now strict clean
Packit b48d6e
Packit b48d6e
	* Makefile.PL up to date
Packit b48d6e
Packit b48d6e
	* added ChangeLog.svn
Packit b48d6e
Packit b48d6e
	* added tests for recursion, pod, podcover
Packit b48d6e
Packit b48d6e
	* Fixed rt.cpan.org #8766--recursion
Packit b48d6e
Packit b48d6e
2002-03-01  Andreas J. Koenig  <andreas.koenig@anima.de>
Packit b48d6e
Packit b48d6e
	* lib/Devel/Symdump.pm: perl 5.6.1 introduced a package name of
Packit b48d6e
	"<none>" to work around a bug if somebody uses the deprecated
Packit b48d6e
	C<package> without an argument. I believe we need to ignore that
Packit b48d6e
	symbol completely so that at least we follow the lead of the B::
Packit b48d6e
	extensions. Thanks to Sreeji K Das /sreeji_k at yahoo.com/ for the
Packit b48d6e
	report.
Packit b48d6e
Packit b48d6e
2000-10-31  Andreas J. Koenig  <andreas.koenig@anima.de>
Packit b48d6e
Packit b48d6e
	* Typo fix: hashs --> hashes. Thanks to Sebastien Blondeel
Packit b48d6e
	<Sebastien.Blondeel@idealx.com> for the report.
Packit b48d6e
Packit b48d6e
2000-06-14  Andreas J. Koenig  <andreas.koenig@anima.de>
Packit b48d6e
Packit b48d6e
	* Fixed my email address in and made a few tiny editorial changes
Packit b48d6e
	to the manpage.
Packit b48d6e
Packit b48d6e
	* Replaced Changes file with this ChangeLog file, appended the
Packit b48d6e
	full Changes file below.
Packit b48d6e
Packit b48d6e
	* Fixed the test 6 in t/symdump.t. This test was broken by
Packit b48d6e
	perl-5.6.0 but not Devel::Symdump itself.
Packit b48d6e
Packit b48d6e
1997-05-16  Andreas Koenig
Packit b48d6e
Packit b48d6e
	* Release 2.00
Packit b48d6e
Packit b48d6e
	* Fixed typos in the manpage, added a test for tree, no functional
Packit b48d6e
	change, released 2.00.
Packit b48d6e
Packit b48d6e
1997-03-31  Andreas Koenig
Packit b48d6e
Packit b48d6e
	* 1.99_01
Packit b48d6e
Packit b48d6e
	* 1.99_01 is the designated 2.00.
Packit b48d6e
Packit b48d6e
	* Between 1.20 and 1.23 the method as_HTML was introduced and a
Packit b48d6e
	few code cleanups happened.
Packit b48d6e
Packit b48d6e
	* 2.00 switches implementation to use *ENTRY{XXX} internally. This
Packit b48d6e
	means that we can determine scalarness even for undefined scalars.
Packit b48d6e
	We don't expect unknowns anymore.
Packit b48d6e
Packit b48d6e
	* 2.00 introduces the new ios() method which should replace the
Packit b48d6e
	older filehandles() and dirhandles() methods. For backwards
Packit b48d6e
	compatibility the old methods continue to work as they used to.
Packit b48d6e
Packit b48d6e
	* 2.00 comes with isa_tree and inh_tree utility methods for
Packit b48d6e
	analysing the inheritance tree. Devel::Symdump objects may be used
Packit b48d6e
	to create snapshots, but their typical use would be as class
Packit b48d6e
	methods.
Packit b48d6e
Packit b48d6e
1995-08-16  Andreas Koenig
Packit b48d6e
Packit b48d6e
	* 1.20
Packit b48d6e
Packit b48d6e
	* test 7 of t/symdump.t was too capricious. In fact the test was
Packit b48d6e
	based on wrong assumptions about loaded packages in the perl
Packit b48d6e
	binary. Static perls and dynamic perls have different symbol
Packit b48d6e
	tables when they run thetests. So test 7 is gone.
Packit b48d6e
Packit b48d6e
	* test 4 of t/symdump.t relied on $@ being set like in perl5.001m.
Packit b48d6e
	This might not be a correct assumption. So test 4 is replaced with
Packit b48d6e
	a dummy 'print ok' until the $@ problem is sorted out
Packit b48d6e
Packit b48d6e
1995-07-03  Andreas Koenig
Packit b48d6e
Packit b48d6e
	* 1.19
Packit b48d6e
Packit b48d6e
	* Added an as_string method.
Packit b48d6e
Packit b48d6e
	* Rewrote the test scripts so they output standard test strings
Packit b48d6e
	"ok nnn". This is dangerous for new perl releases, but will help
Packit b48d6e
	me do get bug reports early.
Packit b48d6e
Packit b48d6e
	* Renamed the exporting example package to Devel::Symdump::Export.
Packit b48d6e
Packit b48d6e
1995-05-29  Andreas Koenig
Packit b48d6e
Packit b48d6e
	* 1.16
Packit b48d6e
Packit b48d6e
	* Changed '${pack}::' and relatives back to "$pack\:\:" to make
Packit b48d6e
	the package "-w" safe. Deleted the debug statement in _doit()
Packit b48d6e
	after Gurusamy Sarathy fixed the bug in perl5.001, but left a
Packit b48d6e
	comment there.
Packit b48d6e
Packit b48d6e
	* Changed the AUTHORS section to plain "Andreas & Tom".
Packit b48d6e
Packit b48d6e
	* Added this Changes file :)
Packit b48d6e
Packit b48d6e
1995-05-28  Andreas Koenig
Packit b48d6e
Packit b48d6e
	* 1.14
Packit b48d6e
Packit b48d6e
	* After a considerable amount of mail exchange between Tom and me,
Packit b48d6e
	we now have a unknowns() method for all the rest in the symbol
Packit b48d6e
	table that we currently don't follow further. new() is renamed to
Packit b48d6e
	rnew() which stands for recursive new. new() now does not go into
Packit b48d6e
	recursion which becomes the default behaviour for people calling
Packit b48d6e
	directly Devel::Symdump->arrays etc.
Packit b48d6e
Packit b48d6e
	* Added a Devel::Symdump::Exp package for Tom who wanted the
Packit b48d6e
	methods exported. Tom had tried to add Exporter to the package and
Packit b48d6e
	to export the undefined methods directly. Andreas didn't trust
Packit b48d6e
	this trick although it seemed to work fine. So they are still
Packit b48d6e
	considering if it can be done.
Packit b48d6e
Packit b48d6e
1995-05-27  Andreas Koenig
Packit b48d6e
Packit b48d6e
	* 1.09
Packit b48d6e
Packit b48d6e
	* Drops all prettyprint functionality and becomes a primitiv
Packit b48d6e
	package after some talk with Tom Christiansen and Gurusamy
Packit b48d6e
	Sarathy. Moreover, Dean Roehrich's additions to the perlbot
Packit b48d6e
	manpage gave me (Andreas) some hints about package globals which
Packit b48d6e
	now get a new dress within the object.
Packit b48d6e
Packit b48d6e
1995-05-xx  Andreas Koenig
Packit b48d6e
Packit b48d6e
	* 1.05
Packit b48d6e
Packit b48d6e
	* First release of the formerly Devel::Debug called package.
Packit b48d6e
Packit b48d6e
	Local Variables:
Packit b48d6e
	mode: change-log
Packit b48d6e
	change-log-default-name: "Changes"
Packit b48d6e
	End: