in reply to Re: Imports with Module::Load::Conditional
in thread Imports with Module::Load::Conditional
I did try to import manually but neither one worked outside a BEGIN block. The import of time seemed to silently fail, but the import of QUOTE, outside of BEGIN, requires use of QUOTE() instead of just QUOTE, so my test failed. All is well importing at compile time inside BEGIN, thank you for sharing your Perl wisdom!