warn"Missed configuration for $key, missed initalization via command 'init' or missed command line options!"unlessdefined$key;
}
return;
}
sub execute{
sub execute{
my($self,$opt,$args)=@_;
my($self,$opt,$args)=@_;
warn"This module needs further work, only '--target-version' and '--version' supported yet"unlessdefined$opt->{target_version}ordefined$opt->{version};