Help for this page
package Project::Version; use strict; ... our @EXPORT = qw( $VERSION ); our $VERSION = ...; 1;