sub import { if ( $] >= 5.010 ) { # Thanks to demerphq, this is native and the overloading isn't needed. } else { overload::constant qr => \ &convert; } }