]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
get.pl update
authorHades DAQ <hadaq@hades33.gsi.de>
Sun, 25 May 2014 12:52:01 +0000 (14:52 +0200)
committerhadaq@CountingHouse <hadaq@CountingHouse>
Sun, 25 May 2014 12:52:45 +0000 (14:52 +0200)
xml-db/get.pl

index 5cbfacb5fa345cfbd5606f9eadd650a81f74d125..8be211cce8affce9b7c863e97a0ba93b26c9e377 100755 (executable)
@@ -5,6 +5,8 @@ use feature "switch";
 use Time::HiRes qw( time usleep );
 use CGI::Carp qw(fatalsToBrowser);
 
+no if $] >= 5.017011, warnings => 'experimental::smartmatch';
+
 use if (!defined $ENV{'QUERY_STRING'}), warnings;
 use if (!defined $ENV{'QUERY_STRING'}), Pod::Usage;
 use if (!defined $ENV{'QUERY_STRING'}), Text::TabularDisplay;