On 2011-04-07 02:02:14, ANDK wrote:
Show quoted text> The change in bleadperl that "Stops using AutoLoader in Storable" makes
> AutoSession fail its tests.
>
> CC'd to David Leadbeater who wrote that change, I'm sure he can point
> out the effect better than me.
>
The problem can be replicated with the following short script
$INC{'Log/Agent.pm'} = '#ignore#' ;
require Storable;
Probably the hack to avoid loading Log::Agent should be done
differently, as Storable now expects that the function logcroak and
logcarp, normally imported from Log::Agent, are available.
Regards,
Slaven