K 10 svn:author V 5 adamw K 8 svn:date V 27 2018-06-24T01:06:40.212559Z K 7 svn:log V 329 Neutralize Canary::Stability entirely As time goes on, the uselessness of this module only increases. Previously, a short-circuit was used to return early from import(), but there's no point in even wasting time to compile it anymore. Instead, when ACTIVATE is off, replace the module entirely with a much more functional stub. END