X-Git-Url: https://code.th-h.de/?p=usenet%2Fnewsstats.git;a=blobdiff_plain;f=groupstats.pl;h=f0e42781c7c7304b6818468cef117ac16c0edf47;hp=14d19c6391cd629a0060a2a650b40110e28b28b1;hb=439c85a28071a8b44b1710926e471399a71cfd1c;hpb=edd250f2652311094fff5ef352702af44f3a8a1b diff --git a/groupstats.pl b/groupstats.pl index 14d19c6..f0e4278 100755 --- a/groupstats.pl +++ b/groupstats.pl @@ -1,4 +1,4 @@ -#! /usr/bin/perl -W +#! /usr/bin/perl # # groupstats.pl # @@ -18,6 +18,7 @@ BEGIN { push(@INC, dirname($0)); } use strict; +use warnings; use NewsStats qw(:DEFAULT :TimePeriods :Output :SQLHelper ReadGroupList);