# issues "Ambiguous use of X resolved to Y" warning that # I don't know how to turn off, these don't work: # $SIG{__WARN__} = sub{} # $^W = 0 # no strict 'refs' my $old_scan_podpath = *{Pod::Html::scan_podpath}{CODE};