From b53f3398eaf581b9029b688428bc75fcb0648594 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 23 May 2011 09:21:38 +0200 Subject: Rename to Net::Travel::DE::VRR --- bin/efa | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/efa b/bin/efa index c97f4f1..820ff52 100755 --- a/bin/efa +++ b/bin/efa @@ -6,8 +6,8 @@ use strict; use warnings; use 5.010; +use Net::Travel::DE::VRR; use Getopt::Long qw/:config no_ignore_case/; -use WWW::Efa; our $VERSION = '1.3'; my $ignore_info = 'Fahrradmitnahme'; @@ -78,7 +78,7 @@ for my $pair ( [ \@from, \$from_type ], [ \@via, \$via_type ], } } -$efa = WWW::Efa->new( +$efa = Net::Travel::DE::VRR->new( from => [ @from, $from_type ], to => [ @to, $to_type ], via => ( @via ? [ @via, $via_type ] : undef ), -- cgit v1.2.3