geoff 2004/01/08 09:20:54
Modified: perl-framework/Apache-Test Changes Log: fix have_apache_version(), have_min_apache_version(), and have_min_module_version() to use proper numeric version strings in comparisons. Revision Changes Path 1.78 +5 -0 httpd-test/perl-framework/Apache-Test/Changes Index: Changes =================================================================== RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/Changes,v retrieving revision 1.77 retrieving revision 1.78 diff -u -r1.77 -r1.78 --- Changes 8 Jan 2004 04:06:26 -0000 1.77 +++ Changes 8 Jan 2004 17:20:54 -0000 1.78 @@ -8,6 +8,11 @@ =item 1.08_dev +fix have_apache_version(), have_min_apache_version(), and +have_min_module_version() to use proper numeric version strings +in comparisons. thanks to Rafael Garcia-Suarez for the spot. +[Geoffrey Young] + fix Apache::TestConfig::which to check that the found file is a plain file [Stas]
