Re: Test fails/Functionality works

2007-01-15 Thread Perrin Harkins
Tracy12 wrote: Error I am getting while executing make test is all skipped: Test::Pod 1.14 required for testing POD Failed Test Stat Wstat Total Fail Failed List of Failed --- t/00.load.t1 256 11

Re: Test fails/Functionality works

2007-01-15 Thread Tracy12
.org/docs/2.0/user/porting/compat.html > > Please check these for information on any further errors you receive > while porting before asking the list. > >> This all happens when I comment the line use Apache2::compat; > > You never explained why you removed that. It sounds

Re: Test fails/Functionality works

2007-01-15 Thread Perrin Harkins
On Mon, 2007-01-15 at 15:07 -0800, Tracy12 wrote: > I am modifying (adding new functions) to already written perl module, > > So this is not a complete new development. I am using mod_perl 2.0 /Apache > 2.2 on Fedora, Looks like code is not written for this but for a older > mod_perl version less

Re: Test fails/Functionality works

2007-01-15 Thread Tracy12
512.\n >> >> which is basically $r->connection->user($user); >> line in the source. > > You should be using $r->user($user) there. > > - Perrin > > > -- View this message in context: http://www.nabble.com/Test-fails-Functionality-works-tf3013373.html#a8381305 Sent from the mod_perl - General mailing list archive at Nabble.com.

Re: Test fails/Functionality works

2007-01-15 Thread Perrin Harkins
On Mon, 2007-01-15 at 00:51 -0800, Tracy12 wrote: > I found out that the reason for failure is the following line > > use Apache2::compat; You didn't tell us what the error message is when you have that line in. Regardless, you shouldn't use Apache2::compat for new development. It's meant for po

Test fails/Functionality works

2007-01-15 Thread Tracy12
diag( "Testing AuthCAS $AuthCAS::VERSION" ); Let us know how to get around with this, -- View this message in context: http://www.nabble.com/Test-fails-Functionality-works-tf3013373.html#a8368295 Sent from the mod_perl - General mailing list archive at Nabble.com.