
There are several items you should be aware of with this package:

1) It does not contain perl 4, only perl 5

2) Making the product current *attempts* to install "trampoline" executables 
   as: 	/usr/local/bin/perl 
	/usr/local/bin/perl5.00404
	/usr/local/bin/suidperl
	/usr/local/bin/sperl5.00404

   to provide compatibility for scripts which start with:

   	#!/usr/local/bin/perl

   but only if /usr/local/bin is writable.

3) If you want set-uid script emulation to work you need to 
	chown root $PERL_DIR/bin/suidperl
	chmod 4755 $PERL_DIR/bin/suidperl
   before declaring the product current.  The package install will 
   not do this automatically.

