]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
bugfix
authorJan Michel <j.michel@gsi.de>
Thu, 17 Oct 2013 17:15:41 +0000 (19:15 +0200)
committerJan Michel <j.michel@gsi.de>
Thu, 17 Oct 2013 17:15:41 +0000 (19:15 +0200)
xml-db/get.pl

index 2aefc61d3fb060eebf368dd157a230a07d5bca4c..4b07756c71fff98a8a568854702420fd5c9b0d53 100755 (executable)
@@ -3,7 +3,7 @@ use HADES::TrbNet;
 use Storable qw(lock_retrieve);
 use feature "switch";
 
-CGI::Carp qw(fatalsToBrowser);
+use CGI::Carp qw(fatalsToBrowser);
 use if (!defined $ENV{'QUERY_STRING'}), warnings;
 use if (!defined $ENV{'QUERY_STRING'}), Pod::Usage;
 use if (!defined $ENV{'QUERY_STRING'}), Text::TabularDisplay;