Avoid deep recusion when AUTOLOAD and carp collide

This commit is contained in:
Oliver Gorwits
2016-02-25 20:02:19 +00:00
parent 998356484b
commit 07605051f5
2 changed files with 9 additions and 2 deletions

View File

@@ -4,8 +4,9 @@ version 3.32 ()
[BUG FIXES]
* Support undefined (noSuchIntance) values in Offline mode
* Do not init table cache if Cache provided by user
* Support undefined (noSuchInstance) values in Offline mode
* Do not init table cache if Cache provided by usera
* Avoid deep recusion when AUTOLOAD and carp collide
version 3.31 (2016-01-22)