summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-08-01 12:03:14 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2010-08-01 12:03:14 +0200
commitc91b464dce9357ceb9653d16fe6e06cd4fb2d666 (patch)
treeaf41f8a61739384d3ccbc7b9a336ed78d3c56525 /bin
parent34dddb5db65fefc5c36e8b99b9692dbcc14d8642 (diff)
Switch to Module::Build
Diffstat (limited to 'bin')
-rwxr-xr-xbin/efa4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/efa b/bin/efa
index b96d7d4..c532f13 100755
--- a/bin/efa
+++ b/bin/efa
@@ -13,7 +13,7 @@ use WWW::Mechanize;
my $firsturl = 'http://efa.vrr.de/vrr/XSLT_TRIP_REQUEST2?language=de&itdLPxx_transpCompany=vrr';
my $posturl = 'http://efa.vrr.de/vrr/XSLT_TRIP_REQUEST2';
-my $version = '1.3+git';
+my $VERSION = '1.3+git';
my $content;
my $connections;
my %post;
@@ -294,7 +294,7 @@ GetOptions(
't|time=s' => \&opt_time,
'timeout=i' => \&opt_timeout,
'to=s{2}' => \@to,
- 'v|version' => sub {print "efa version $version\n"; exit 0},
+ 'v|version' => sub {print "efa version $VERSION\n"; exit 0},
'via=s{2}' => \@via,
'w|walk-speed=s' => \&opt_walk_speed,