package Some::Package::Sub; use strict; use warnings; our $VERSION = '0.1'; our $AUTOLOAD; my %fields = ( name => undef, needthis => undef, ); 1;