changeset 1724:8b6fee4c7a7c

Use warnings;
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 12 Oct 2017 18:01:29 +0300
parents 7bee667835d8
children b305a1bd4a5e
files old/mapref.pl
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/old/mapref.pl	Thu Oct 12 18:01:17 2017 +0300
+++ b/old/mapref.pl	Thu Oct 12 18:01:29 2017 +0300
@@ -1,5 +1,7 @@
 #!/usr/bin/perl -w
 use strict;
+use warnings;
+
 
 # Settings and defaults
 my $prog_name = "mapref";