package strict;
$VERSION = 1001;
1;
####
use strict 100;
print "strict=$INC{'strict.pm'}\n";
####
C:\temp\test>c:\strawberry\perl\bin\perl.exe c:\strawberry\perl\bin\pp -x -I lib test.pl
strict=lib/strict.pm
Unquoted string "prefork" may clash with future reserved word at c:/strawberry/perl/site/lib/PAR.pm line 16, <_FH> chunk 1.
C:\temp\test>c:\strawberry\perl\bin\perl.exe c:\strawberry\perl\bin\pp -c -I lib test.pl
strict version 100 required--this is only version 1.04 at GbLRp4 line 4.
BEGIN failed--compilation aborted at GbLRp4 line 4.
Couldn't open GbLRp4.out at c:/strawberry/perl/site/lib/Module/ScanDeps.pm line 1266.