Changelog for
perl-Carp-Clan-6.04-17.1.2.noarch.rpm :
* Fri Nov 18 2011 cooloAATTsuse.com- use original .tar.gz
* Tue Nov 30 2010 cooloAATTnovell.com- switch to perl_requires macro
* Wed Nov 24 2010 chrisAATTcomputersalat.de- recreated by cpanspec 1.78 o fix deps- noarch pkg
* Fri Jan 15 2010 anickaAATTsuse.cz- update to 6.04
* Solved RT ticket #50796 (inform type of license)
* Made the test suite compatible with Perl versions < v5.6.0
* Re-release to resolve confusion in CPAN caused by intermediate release of Carp::Clan 5.4 (backport of bugfix #50560 below for Perls < v5.6.0)
* Forgot to fix the bug of duplicated prefixes in _longmsg as well
* Fixed bug of duplicated prefixes (RT ticket #50560)
* Sun Jan 10 2010 jengelhAATTmedozas.de- enable parallel build
* Mon Feb 25 2008 anickaAATTsuse.cz- update to 6.00
* Removed the circular dependency on Object::Deadly. It was only used for testing and would only succeed if you already had O::D installed.
* Mon Jun 18 2007 anickaAATTsuse.cz- update to 5.9
* Test::Exceptions is mandatory for testing.
* bugfix
* Wed Dec 13 2006 anickaAATTsuse.cz- update to 5.8
* Stop testing that ->VERSION is a specific thing.
* Thu Oct 05 2006 anickaAATTsuse.cz- update to 5.7
* Stop PAUSE from attempting to index DB package.
* test fixes
* bugfixes
* Use named lexicals in diag().
* Use exists &foo/defined &foo instead of symbol table hackery.
* Changed f() so it accepts 1st parameter of carp/cluck/confess/croak instead of 1/2/3/4.
* Renamed files.
* Mon Sep 25 2006 anickaAATTsuse.cz- update to 5.4
* Made Carp::Clan safe for overloaded objects.
* Added diag() to 01_..._carp.t