X-Git-Url: https://code.th-h.de/?p=usenet%2Fnewsstats.git;a=blobdiff_plain;f=groupstats.pl;h=f0e42781c7c7304b6818468cef117ac16c0edf47;hp=14d19c6391cd629a0060a2a650b40110e28b28b1;hb=3f817eb4289da08fff2aab19db97a82d977b8e3e;hpb=d28168419e931ca0aa46ca9019bf63213b774a6f 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);