Change missing version number to 4.2

This commit is contained in:
Darold Gilles 2012-04-06 11:07:52 +02:00
parent f882d1dd6a
commit 94eb28b728
6 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
NAME
SquidAnalyzer v4.1 - Squid access log report generation tool
SquidAnalyzer v4.2 - Squid access log report generation tool
REQUIREMENT
perl 5.005_03 or higher and the following Perl modules:

View File

@ -1,7 +1,7 @@
# http://module-build.sourceforge.net/META-spec.html
#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX#
name: SquidAnalyzer
version: 4.1
version: 4.2
version_from: SquidAnalyzer.pm
installdirs: site
requires:

2
README
View File

@ -1,5 +1,5 @@
NAME
SquidAnalyzer v4.1 - Squid access log report generation tool
SquidAnalyzer v4.2 - Squid access log report generation tool
DESCRIPTION
SquidAnalyzer parse native access log format of the Squid proxy and

View File

@ -1,6 +1,6 @@
=head1 NAME
SquidAnalyzer v4.1 - Squid access log report generation tool
SquidAnalyzer v4.2 - Squid access log report generation tool
=head1 DESCRIPTION

View File

@ -124,13 +124,13 @@
.\" ========================================================================
.\"
.IX Title "SQUIDANALYZER 1"
.TH SQUIDANALYZER 1 "2012-01-22" "perl v5.10.1" "User Contributed Perl Documentation"
.TH SQUIDANALYZER 1 "2012-04-06" "perl v5.10.1" "User Contributed Perl Documentation"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
.nh
.SH "NAME"
SquidAnalyzer v4.1 \- Squid access log report generation tool
SquidAnalyzer v4.2 \- Squid access log report generation tool
.SH "DESCRIPTION"
.IX Header "DESCRIPTION"
SquidAnalyzer parse native access log format of the Squid proxy and

View File

@ -23,7 +23,7 @@ my $result = GetOptions (
"r|rebuild!" => \$rebuild,
);
# Allow backward compatibility with release < 4.1
# Allow backward compatibility with release < 4.0
$configfile = $ARGV[0] if (($#ARGV == 0) && $ARGV[0]);
if (($#ARGV < 0) && -e $DEFAULT_CONFFILE) {
$configfile = $DEFAULT_CONFFILE;