or download this
# Verify that we're called correctly so that strictures will work.
unless ( __FILE__ =~ /(^|[\/\\])\Q${\__PACKAGE__}\E\.pmc?$/ ) {
# Can't use Carp, since Carp uses us!
...
Incorrect use of pragma 'strict' at -e line 0.
Compilation failed in require.
BEGIN failed--compilation aborted.