X-Git-Url: https://code.th-h.de/?p=usenet%2Fnewsstats.git;a=blobdiff_plain;f=gatherstats.pl;h=160c115df856bcfc893d520c21ea9f878e4a2ce2;hp=4c539f1fc0e2821e40eb3abb7d970948d38852a6;hb=439c85a28071a8b44b1710926e471399a71cfd1c;hpb=cce2fd0b7f1e3c90d9b521ba3f4977b86eb3db7b diff --git a/gatherstats.pl b/gatherstats.pl index 4c539f1..160c115 100755 --- a/gatherstats.pl +++ b/gatherstats.pl @@ -1,4 +1,4 @@ -#! /usr/bin/perl -W +#! /usr/bin/perl # # gatherstats.pl # @@ -18,6 +18,7 @@ BEGIN { push(@INC, dirname($0)); } use strict; +use warnings; use NewsStats qw(:DEFAULT :TimePeriods ListNewsgroups ParseHierarchies ReadGroupList);