8
0
OBS User unknown
2007-12-14 16:20:36 +00:00
committed by Git OBS Bridge
parent 74f00e6fe0
commit 30a3df9529
4 changed files with 49 additions and 21 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Dec 14 17:11:45 CET 2007 - anicka@suse.cz
- update to 1.29
* Debugging change in 1.25 regressed an undocumented 5.6-related
bug first fixed in 1.20.
* Expands the can hook to also hook isa
* Added t/05_base.t to try and chase down base.pm bug
* Documenting ->autouse(@classes)
* Tidying up the POD a little to refer to features
in an order much more relevant to the reader.
* Catch and rethrow all error when autoloading during a ->can.
* Debugging can now only be done at compile time, and thus is
optimised out. The :debug flag is removed and instead you need
-------------------------------------------------------------------
Wed Jan 25 21:39:31 CET 2006 - mls@suse.de