si
changeset 11 42c603eb6301
parent 9 1a6f6cfc46ea
parent 10 23dd30396607
child 12 a1aee1136609
--- a/si	Sun Jan 17 00:03:04 2010 +0100
+++ b/si	Sun Jan 17 16:40:08 2010 +0100
@@ -1,9 +1,10 @@
 #! /usr/bin/perl
 # system imager
 
+use if $ENV{DEBUG} ~~ /main|all/ => "Smart::Comments";
+
 use strict;
 use warnings;
-use if $ENV{DEBUG} ~~ /main|all/ => "Smart::Comments";
 
 use Sys::Hostname;