in reply to Escaping XML Reserved characters
Note that under Perl 5.8 this works great, but <5.8 you may need to also define INSTALLMAN1DIR and INSTALLMAN3DIR to get the doc to install correctly.tar zxvf Module-v0.0.tar.gz cd Module-0.0 perl Makefile.PL PREFIX=/path/to/private/install/spot make && make test && make install
|
|---|