X-Git-Url: https://code.th-h.de/?p=usenet%2Fnewsstats.git;a=blobdiff_plain;f=gatherstats.pl;h=6db137d72393ae054e9b2072dc0bcaf81d713763;hp=64ea87b016accb7c7d8184e103c056747643af7b;hb=3d2fd51dd03f5ab569805064ff6c8ac817c2e2cb;hpb=95d9fe2cfd944f93036d3c584328a91d952c5c7c diff --git a/gatherstats.pl b/gatherstats.pl index 64ea87b..6db137d 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);