diff options
-rwxr-xr-x | draksnapshot-config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/draksnapshot-config b/draksnapshot-config index 42b48c4..546187e 100755 --- a/draksnapshot-config +++ b/draksnapshot-config @@ -20,6 +20,8 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # ################################################################################ +use warnings; +use strict; use lib qw(/usr/lib/libDrakX); use standalone; #- warning, standalone must be loaded very first, for 'explanations' |