Closed todd-richmond closed 9 months ago
code was added in URI.pm to add failed $scheme.pm load caching, but the code forgets to fill the hash. You need to set the hash key before calling "require $ic" so that it is never tried again
$require_attempted{$ic} = 1;
Same exact bug in URI/urn.pm
code was added in URI.pm to add failed $scheme.pm load caching, but the code forgets to fill the hash. You need to set the hash key before calling "require $ic" so that it is never tried again
$require_attempted{$ic} = 1;
Same exact bug in URI/urn.pm