some bug fixes

This commit is contained in:
JT Smith 2006-02-09 20:06:37 +00:00
parent 03e2a2127e
commit 6171357937
5 changed files with 130 additions and 62 deletions

View file

@ -323,8 +323,8 @@ STOP
sub checkVersion {
$_[0] =~ /(\d+)\.(\d+)\.(\d+)/;
my $goal = 6;
my $feature = 9;
my $fix = 0;
my $feature = 8;
my $fix = 5;
if ($1 > $goal) {
return 1;
} elsif ($1 == $goal) {