##
package Module;
our $VERSION = '1.01';
1;
####
Module version 1.01 required--this is only version 1.00 at -e line 1.
BEGIN failed--compilation aborted at -e line 1.
####
package Module;
our $VERSION = '1.02';
1;
####
c/Module.pm
####
BEGIN { push @INC, ".." }
use strict 1.04;
####
package strict;
our $VERSION = '1.04';
1;
####
strict version 1.04 required--this is only version 1.01 at -e line 1.
BEGIN failed--compilation aborted at -e line 1.