From 50bf9bec10d0d7c3f3299bef58dde5919e3696f4 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 23 May 2011 21:44:08 +0200 Subject: Eliminate $efa->parse(), include it in $efa->submit() --- bin/efa | 4 ---- 1 file changed, 4 deletions(-) (limited to 'bin') diff --git a/bin/efa b/bin/efa index dcfca12..a519b5d 100755 --- a/bin/efa +++ b/bin/efa @@ -41,8 +41,6 @@ GetOptions( prefer|P=s proximity|p include|i=s - test-dump - test-parse time|t=s timeout=i to=s@{2} @@ -98,8 +96,6 @@ $efa = Net::Travel::DE::VRR->new( $efa->submit( timeout => $opt->{'timeout'} ); -$efa->parse(); - my @routes = $efa->routes(); for my $i ( 0 .. $#routes ) { -- cgit v1.2.3