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