]> Source RevML Specification Enter the revml repo spec. 'revml:' will be prefixed to it then parsed as if it was entered on the vcp command line. This will be expanded in the future, it is here primarily for developer use. revml require VCP::Source::revml; $ui->{Source} = VCP::Source::revml->new; $ui->{Source}->repo_scheme( 'revml' ); $ui->{Source}->ui_set_revml_repo_spec( "revml:" . $answer );