diff -r 1a6f6cfc46ea -r 42c603eb6301 SI/tools.pm --- a/SI/tools.pm Sun Jan 17 00:03:04 2010 +0100 +++ b/SI/tools.pm Sun Jan 17 16:40:08 2010 +0100 @@ -1,10 +1,11 @@ package SI::tools; +use if $ENV{DEBUG} ~~ /tools|all/ => "Smart::Comments"; + use strict; use warnings; use base "Exporter"; our @EXPORT = qw(&run &verbose); -use if $ENV{DEBUG} ~~ /tools|all/ => "Smart::Comments"; sub run(@) { system(@_);