in reply to Re: Re: Triggering 'strict' from within a package
in thread Triggering 'strict' from within a package

But Perl doesn't know pragmas. It's not a thingy in the language itself. It's just there for humans. The language really doesn't care whether you use a capital letter in the first argument to a use statement or not.

As for tye's solution, that's neat, although I think I prefer to use goto &strict::import - just in case a future version would start using caller.

Abigail