package Totally::Fake; our @ISA = qw/Exporter/; our ($fake, @faker); @EXPORT = qw/$fake @faker/; #### use Totally::Fake; use lib '/path/to/dev/version'; print $fake;