On Sun 29 Mar 2009, Fred Moyer wrote: > Need one more for a release $ make test cp lib/Apache/Bootstrap.pm blib/lib/Apache/Bootstrap.pm PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-load.t ....... 1/11 # Testing Apache::Bootstrap 0.05-rc2, Perl 5.010000, /usr/bin/perl Apache::Test version is 1.31, minimum version required is 1.32, tests will be skipped t/00-load.t ....... ok t/pod-coverage.t .. ok t/pod.t ........... ok All tests successful. Files=3, Tests=13, 1 wallclock secs ( 0.04 usr 0.01 sys + 0.73 cusr 0.06 csys = 0.84 CPU) Result: PASS
This is Suse Linux 11.1. Kernel: Linux opi 2.6.27.19-3.2-default #1 SMP 2009-02-25 15:40:44 +0100 x86_64 x86_64 x86_64 GNU/Linux mod_perl: the current threading branch with all patches for trunk merged. The one thing that puzzles me is Apache::Test 1.32. My current copy of trunk shows: $ svn info clean-trunk/Apache-Test/lib/Apache/Test.pm Path: clean-trunk/Apache-Test/lib/Apache/Test.pm Name: Test.pm URL: https://svn.apache.org/repos/asf/perl/Apache-Test/trunk/lib/Apache/Test.pm Repository Root: https://svn.apache.org/repos/asf Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68 Revision: 759858 Node Kind: file Schedule: normal Last Changed Author: gozer Last Changed Rev: 607695 Last Changed Date: 2007-12-31 09:00:09 +0100 (Mon, 31 Dec 2007) Text Last Updated: 2008-09-30 09:52:57 +0200 (Tue, 30 Sep 2008) Checksum: 61e9675a4f820b7792c2f8313dd3d97c And that file contains: $VERSION = '1.31'; What did I miss? Torsten -- Need professional mod_perl support? Just hire me: [email protected]
