It's best not to actually install the svn files
To have your application search the new directories, you can either
add this to your server.pl
use lib '/path/to/checkout/trunk/HTML-FormFu/lib';
or set the environment variable
PERL5LIB=/path/to/checkout/trunk/HTML-FormFu/lib
Carl
2009/4/
I have found the same directory structure as the svn under
/usr/local/share/perl/5.8.8/HTML/
so do I just copy the files to that directory?
Ascii King wrote:
Is there an instruction set or tutorial somewhere that will show me
how to use the updated code that hasn't been posted to CPAN yet? I a