package Project::Version; use strict; use warnings; use Exporter qw( import ); our @EXPORT = qw( $VERSION ); our $VERSION = ...; 1;