diff options
Diffstat (limited to 'draksnapshot-restore')
-rwxr-xr-x | draksnapshot-restore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/draksnapshot-restore b/draksnapshot-restore index d59ec21..a0e5a86 100755 --- a/draksnapshot-restore +++ b/draksnapshot-restore @@ -20,7 +20,8 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # ################################################################################ - +use strict; +use warnings; use lib qw(/usr/lib/libDrakX); use standalone; #- warning, standalone must be loaded very first, for 'explanations' use interactive; |