The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Normal Perl Module Install ...

    perl Makefile.PL
    make
    make test
    make install

If you want to build the mod_pml Apache module also
you can either build it in the Apache subdirectory
or...

	perl Makefile.PL DO_APACHE=1
	make
	make test
	make install