EVOLUTION-MANAGER
Edit File: param_hash.al
# NOTE: Derived from blib/lib/Config/Simple.pm. # Changes made here will be lost when autosplit is run again. # See AutoSplit.pm. package Config::Simple; #line 1519 "blib/lib/Config/Simple.pm (autosplit into blib/lib/auto/Config/Simple/param_hash.al)" sub param_hash { my $self = shift; return ($self->vars); } # end of Config::Simple::param_hash 1;