package MyModule;
use strict;
use Carp;
##PACKAGE_LIB ##
our $VERSION = '0.1';
sub myfunction {
# ...
}
1;