]> jspc29.x-matter.uni-frankfurt.de Git - trbnettools.git/commitdiff
Removed Data::Dumper from libtrbnet_perl - speeds up startup by one order of magnitude
authorJan Michel <j.michel@gsi.de>
Thu, 17 Oct 2013 09:41:39 +0000 (11:41 +0200)
committerJan Michel <j.michel@gsi.de>
Thu, 17 Oct 2013 09:41:45 +0000 (11:41 +0200)
libtrbnet_perl/lib/HADES/TrbNet.pm

index f8730a9e872a987718d4d1f5f290c2b0e52de3b7..b443e59fd90edc83736d0eac3a099053edce4a86 100644 (file)
@@ -3,7 +3,8 @@ package HADES::TrbNet;
 use 5.010000;
 use strict;
 use warnings;
-use Data::Dumper;
+# use Data::Dumper;
+#Don't forget to remove libs if not needed - this costs a hell lot of time for each call!
 
 require Exporter;