Subject: | LAZY_UNTIE not exported |
The LAZY_UNTIE sub is not exported, so your helpful error message for
people who try to pass LAZY_UNTIE as an arg (as I did on my first try)
goes to waste, nobody ever sees it.
sub LAZY_UNTIE () {croak "pass reference to tied var, not LAZY_UNTIE"}