From c91b464dce9357ceb9653d16fe6e06cd4fb2d666 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 1 Aug 2010 12:03:14 +0200 Subject: Switch to Module::Build --- bin/efa | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') 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, -- cgit v1.2.3