deploy a default input route if none present.
[spider.git] / perl / Route.pm
index 9e887635e8d470b13f17deb81978bdc3e85db352..c2627c9c09c1495d7ea610328437e0a69893ea68 100644 (file)
@@ -22,9 +22,6 @@ use DXUtil;
 use strict;
 
 
-use vars qw($VERSION $BRANCH);
-($VERSION, $BRANCH) = dxver(q$Revision$);
-
 use vars qw(%list %valid $filterdef);
 
 %valid = (
@@ -197,7 +194,9 @@ sub config
        }
 
        if ($printit) {
-               my $pcall = "$call:" . $self->obscount;
+               my $pcall = $call;
+               $pcall .= ":" . $self->obscount if $self->via_pc92;
+
                
                $line = ' ' x ($level*2) . "$pcall";
                $call = ' ' x length $pcall;