package myModule; use strict; use diagnostics; use warnings; use Exporter; our @ISA = qw (Exporter); our @EXPORT = qw ($VERSION); our $VERSION = 0.02; 1;