diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-08-01 12:03:14 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-08-01 12:03:14 +0200 |
commit | c91b464dce9357ceb9653d16fe6e06cd4fb2d666 (patch) | |
tree | af41f8a61739384d3ccbc7b9a336ed78d3c56525 /bin/efa | |
parent | 34dddb5db65fefc5c36e8b99b9692dbcc14d8642 (diff) |
Switch to Module::Build
Diffstat (limited to 'bin/efa')
-rwxr-xr-x | bin/efa | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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, |