From: Jan Michel Date: Thu, 17 Oct 2013 09:41:39 +0000 (+0200) Subject: Removed Data::Dumper from libtrbnet_perl - speeds up startup by one order of magnitude X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=34ad26f090378acc4d22aba4cfc18b5606c932d9;p=trbnettools.git Removed Data::Dumper from libtrbnet_perl - speeds up startup by one order of magnitude --- diff --git a/libtrbnet_perl/lib/HADES/TrbNet.pm b/libtrbnet_perl/lib/HADES/TrbNet.pm index f8730a9..b443e59 100644 --- a/libtrbnet_perl/lib/HADES/TrbNet.pm +++ b/libtrbnet_perl/lib/HADES/TrbNet.pm @@ -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;