changeset 352:b80107b8a493 misc

Use warnings;
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 31 Oct 2017 22:04:02 +0200
parents d5735e2cdb16
children 8e456ddb0324
files log2template.pl
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/log2template.pl	Fri Oct 20 23:20:34 2017 +0300
+++ b/log2template.pl	Tue Oct 31 22:04:02 2017 +0200
@@ -27,6 +27,7 @@
 #   knowledge.
 #
 use strict;
+use warnings;
 
 # Options
 my $opt_ansi = 1;	# 1 = strip ANSI, 0 = don't (is faster)