X-Git-Url: https://code.th-h.de/?p=usenet%2Fnewsstats.git;a=blobdiff_plain;f=bin%2Fgatherstats.pl;h=c85b23de435e15901ef7e91c5e102940360991b6;hb=24d2011f322ff3b58527c24bbd767cdf02515ca5;hpb=2871792120fba3b9ac9fe1b7bf166638b05766fd;ds=sidebyside diff --git a/bin/gatherstats.pl b/bin/gatherstats.pl index 759de66..c85b23d 100755 --- a/bin/gatherstats.pl +++ b/bin/gatherstats.pl @@ -13,7 +13,7 @@ # which Perl itself is published. BEGIN { - our $VERSION = "0.01"; + our $VERSION = "0.02"; use File::Basename; # we're in .../bin, so our module is in ../lib push(@INC, dirname($0).'/../lib');