aboutsummaryrefslogtreecommitdiffstats
path: root/strip_files
diff options
context:
space:
mode:
Diffstat (limited to 'strip_files')
-rwxr-xr-xstrip_files2
1 files changed, 2 insertions, 0 deletions
diff --git a/strip_files b/strip_files
index 53d87ee..b994362 100755
--- a/strip_files
+++ b/strip_files
@@ -9,6 +9,8 @@
# Purpose : Strip files.
#---------------------------------------------------------------
+use strict;
+use warnings;
use File::Find;
################################################################################