Stas Bekman wrote: > > 563 PREOP => 'pod2text lib/Apache/Amazing.pm > README', should it > > be PREOP => `pod2text lib/Apache/Amazing.pm > README`, > > {back ticked?} > > nope > >
wierd it only works backticked for me strange? > > plus there seems to be a prob with use libs on at least my machine > > > > Can't locate Apache/Funky.pm in @INC (@INC contains: > > /usr/lib/perl5/5.6.0/i386-linux /usr/lib/perl5/5.6.0 > > /usr/lib/perl5/site_perl/5.6.0/i386-linux > > /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl > > . /home/drfrog/.gnome-desktop/Apache-Funky/t/ > > /home/drfrog/.gnome-desktop/Apache-Funky/t/lib/perl) at (eval 3) line > > 3. > > > > notice where it is searching?! > > i did use lib qw(../blib/lib/ lib); > > in Makefile.PL and in use lib qw (lib); > > in TEST.PL > > they didnt get set so... > > > > could this be my set up? > > You don't show me where your files are. But it does seem wrong. > they all reside in /home/drfrog/desktop/Apache-Funky & yes the Apache::Test is installed in the system folders! > And do yourself a favor, upgrade to 5.6.1. 5.6.0 is very buggy. It's > possible that this is one of the bugs. > hmm not sure i can do this ill see > And thanks for the comments. The docs are very raw now, but with help of > folks who try to use it we will get it right towards the release time. > Early adopters have to work harder to make things work, but that's the > fun part :) > no prob! glad to help it a win-win situation > I think Apache::Test is pretty much ready for the prime time, even if it > gets extended all the time. Good docs are missing though. >