diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-05-23 09:21:38 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-05-23 09:21:38 +0200 |
commit | b53f3398eaf581b9029b688428bc75fcb0648594 (patch) | |
tree | 0bfa0019f0b295a61e103baba3bf4694b17d0ae2 /bin/efa | |
parent | c2190255f0c25118c118583c8555a9f5cecd948d (diff) |
Rename to Net::Travel::DE::VRR
Diffstat (limited to 'bin/efa')
-rwxr-xr-x | bin/efa | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ), |