--- trunk/lib/Frey/Server.pm 2008/11/19 15:28:23 455 +++ trunk/lib/Frey/Server.pm 2008/11/19 15:35:34 456 @@ -86,7 +86,6 @@ my $f; - my $run_regexp = join('|', Frey::Run->runnable ); my $editor = Frey::Editor->new; # shared run params @@ -109,7 +108,7 @@ system( $editor->command( $path ) ); return; } elsif ( - $path =~ m{/([^/]+)/($run_regexp)/?([^/]+)?} + $path =~ m{/([^/]+)/(as_\w+)/?([^/]+)?} ) { my $class = rest2class $1; warn "# run $path -> $class $2";