summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2013-07-04 18:00:37 +0200
committerDaniel Friesel <derf@finalrewind.org>2013-07-04 18:00:37 +0200
commit1147826c9093f70b143613d61afbcbb95c77db37 (patch)
tree07cd14dd77abd293431aec32e37c4607b8d2a679 /bin
parent52cc72dc7d8fa4f896c3f395bafcabc33250b6b6 (diff)
fix smartmatch warnings on perl >= 5.0182.03
Diffstat (limited to 'bin')
-rwxr-xr-xbin/efa6
1 files changed, 4 insertions, 2 deletions
diff --git a/bin/efa b/bin/efa
index db8f79f..583a48c 100755
--- a/bin/efa
+++ b/bin/efa
@@ -6,13 +6,15 @@ use strict;
use warnings;
use 5.010;
+no if $] >= 5.018, warnings => "experimental::smartmatch";
+
use utf8;
use Travel::Routing::DE::VRR;
use Exception::Class;
use Getopt::Long qw/:config no_ignore_case/;
-our $VERSION = '2.02';
+our $VERSION = '2.03';
my $ignore_info = 'Fahrradmitnahme';
my $efa;
my ( @from, @to, @via, $from_type, $to_type, $via_type );
@@ -259,7 +261,7 @@ efa - unofficial efa.vrr.de command line client
=head1 VERSION
-version 2.02
+version 2.03
=head1 DESCRIPTION