blob: 7fb89a28fac8627292fa6c40ed3daea361c7a1be (
plain)
1
2
3
4
5
6
|
# bisected by stacksize
$Storable::recursion_limit = 3688
unless defined $Storable::recursion_limit;
$Storable::recursion_limit_hash = 2200
unless defined $Storable::recursion_limit_hash;
1;
|