changeset 342:f4c26eba10af misc

Use warnings.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 09 Aug 2016 23:05:34 +0300
parents 5044666f6de2
children 9267d2b51e57
files magestats.pl
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/magestats.pl	Tue Aug 09 23:05:24 2016 +0300
+++ b/magestats.pl	Tue Aug 09 23:05:34 2016 +0300
@@ -8,6 +8,7 @@
 # In Debian / Ubuntu, apt-get install libgd-graph-perl
 #
 use strict;
+use warnings;
 use File::Basename;
 use Data::Dumper;
 use GD::Graph;