aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x[-rw-r--r--]fix-eol1
1 files changed, 1 insertions, 0 deletions
diff --git a/fix-eol b/fix-eol
index 15d1b0f..8f50ca8 100644..100755
--- a/fix-eol
+++ b/fix-eol
@@ -2,6 +2,7 @@
# convert end of line patterns from DOS to UNIX
use strict;
+use warnings;
use File::Find;
use File::Temp;