in reply to convenient way to have Try::Tiny universally available?

package MyToolkit; use Try::Tiny; sub import { Try::Tiny->import(); } 1;
package MyToolkit; use Try::Tiny; sub import { Try::Tiny->export_to_level(1); } 1;