]> revml filespec Enter the revml repo spec. 'revml:' will be prefixed to it then parsed as if it was entered on the vcp command line. revml require VCP::Source::revml; $ui->{Source} = VCP::Source::revml->new; $ui->{Source}->repo_scheme( 'revml' ); $ui->{Source}->parse_revml_repo_spec( "revml:" . $answer ); $ui->{Source}->init;