X-Git-Url: https://code.th-h.de/?p=usenet%2Fnewsstats.git;a=blobdiff_plain;f=groupstats.pl;fp=groupstats.pl;h=a6e54ba1e28d3ca1fb7298bf55d199ef83c9ccd1;hp=8b93559c09ce1fe7fb253e00ae47122ea44cb807;hb=5cfcb1c0610d925a14cc01e45de4af1b36d1b637;hpb=c30822b48b896836735cee5144cbfa3c3703001d diff --git a/groupstats.pl b/groupstats.pl index 8b93559..a6e54ba 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);