2014-12-16 k <andk@cpan.org>
* release 2.14
* no change to 2.14-TRIAL
2014-12-08 k <andk@cpan.org>
* release 2.14-TRIAL
* support for fileno() on directory handles (perl commit v5.21.6-337-g67f2cc7)
2014-07-26 k <andk@cpan.org>
* release 2.13-TRIAL
* support for telldir (Brian Fraser)
2014-06-20 k <andk@cpan.org>
* release 2.12
* test rewrite: v5.21.0-424-ge35475d stopped supporting
defined(@$ref) which was used in t/symdump.t (thanks to Aaron
Crane for spotting)
2013-10-30 k <andk@cpan.org>
* release 2.11
* v5.19.5-71-gd456e3f stopped producing the %@ hash at startup
2013-03-27 k <k@k83.linux.bogus>
* release 2.10
* no change to 2.10-TRIAL
2013-03-24 k <k@k83.linux.bogus>
* release 2.10-TRIAL
* release 2.09-TRIAL
* address RT#84139: fix test to work with upcoming perl 5.18
(Thanks to ZEFRAM)
* fixed the autogen.t test again, this time for perl 5.8.9
2012-05-20 Andreas J. Koenig <andreas.koenig.7os6VVqR@franz.ak.mind.de>
* release 2.08_53
* apply doc patch by Nick Stokoe from ticket #77102
* declare dependency on Compress::Zlib
2009-03-01 Andreas J. Koenig <andreas.koenig.7os6VVqR@franz.ak.mind.de>
* release 2.08_51
* added a test by Jason M. Mills to chase down the bug he reports
in https://rt.cpan.org/Ticket/Display.html?id=43675
- new maintainer
- PKG_DESTDIR_SUPPORT
- ok by joerg
Changelog:
2007-10-11 Andreas J. Koenig <andreas.koenig.7os6VVqR@franz.ak.mind.de>
* release 2.08
* skip the recurse test on 5.005
Changes since last packaged version (2.0604):
2007-01-05 Andreas J. Koenig <andreas.koenig.7os6VVqR@franz.ak.mind.de>
* release 2.07
* rewrite symdump.t using Test::More
* adjust test suite to accept main::- also introduced for named
captures
ndreas J. Koenig <andreas.koenig.gmwojprw@franz.ak.mind.de>
* release 2.0604
* adjust test suite to accept main::+ introduced by named captures
2006-09-20 Andreas J. Koenig <andreas.koenig.gmwojprw@franz.ak.mind.de>
* relase 2.0603
* add LICENSE field to Makefile.PL to also have it in the META.yml
2006-07-19 Andreas J. Koenig <andreas.koenig.gmwojprw@franz.ak.mind.de>
* release 2.0602
* adjust test suite to accept new variable in bleadperl, the hash
$main::^H
2006-05-03 Andreas J. Koenig <andreas.koenig.gmwojprw@franz.ak.mind.de>
* release 2.0601
* add copyright and license
Changelog doesn't have entry for 2.06.
2006-01-02 Andreas J. Koenig <andreas.koenig.gmwojprw@franz.ak.mind.de>
* release 2.05
* fix the testcase for recursion so that it compiles and works
also after patch 26370 to perl after which stashes are not
autovivified anymore.
2005-12-25 Andreas J. Koenig <andreas.koenig.gmwojprw@franz.ak.mind.de>
* release 2.04
* Export.pm now strict clean
* Makefile.PL up to date
* added ChangeLog.svn
* added tests for recursion, pod, podcover
* Fixed rt.cpan.org #8766--recursion
changes since 2.01:
2002-03-01 Andreas J. Koenig <andreas.koenig@anima.de>
* lib/Devel/Symdump.pm: perl 5.6.1 introduced a package name of
"<none>" to work around a bug if somebody uses the deprecated
C<package> without an argument. I believe we need to ignore that
symbol completely so that at least we follow the lead of the B::
extensions. Thanks to Sreeji K Das /sreeji_k at yahoo.com/ for the
report.
2000-10-31 Andreas J. Koenig <andreas.koenig@anima.de>
* Typo fix: hashs --> hashes. Thanks to Sebastien Blondeel
<Sebastien.Blondeel@idealx.com> for the report.