X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=onis;h=7e623bf383122a4627911fd1b6c7f56170559cfd;hb=729ff4611fe765b445f8c3b17762ddcbbd547998;hp=d67b7896b0ec5bbbecf7ff2e1de2a4723fb3b0fa;hpb=c597ff40a3b00537c7b2656ea67acebbc7863503;p=onis.git diff --git a/onis b/onis index d67b789..7e623bf 100755 --- a/onis +++ b/onis @@ -1,12 +1,12 @@ #!/usr/bin/perl ########################################################################## -# onis 0.8.1 2005-04-23 # +# onis 0.8.2 2005-06-07 # #---=============--------------------------------------------------------# # Language: Perl # # Purpose: Generating statistics # # Input: IRC-Logfiles # # Output: One HTML file # -# Version: 0.8.1 (unstable) # +# Version: 0.8.2 (unstable) # # License: GPL # # Homepage: http://verplant.org/onis/ # # Authors: Florian octo Forster # @@ -27,7 +27,7 @@ BEGIN # 0x0400 Data::Core (dump incoming data to stderr) # 0x0800 Data::Core (initializing) # 0x1000 Onis::Users - $::DEBUG = 0x0240; + $::DEBUG = 0x0000; } use strict; @@ -57,7 +57,7 @@ logfiles. It also features a powerful translation infrastructure. =cut -$VERSION = ''; +$VERSION = '0.8.2'; $REVISION = '$LastChangedRevision$'; if (!$VERSION)