package ConfigThisJunk; use strict; use warnings; use Exporter; our @ISA = qw( Exporter ); our @EXPORT_OK = qw( DEBUG ); use constant DEBUG => 1; 1;