Legend:
- Unmodified
- Added
- Removed
-
INSTALL
r13191 r13192 64 64 PUGS_EMBED variable. For example: 65 65 66 export PUGS_EMBED=" !perl5 parrot" (bash)67 setenv PUGS_EMBED " !perl5 parrot" (csh)66 export PUGS_EMBED="-perl5 parrot" (bash) 67 setenv PUGS_EMBED "-perl5 parrot" (csh) 68 68 69 Perl5 is now embedded by default. Use " !perl5" to avoid.69 Perl5 is now embedded by default. Use "-perl5" to avoid. 70 70 71 71 To build with an embedded parrot interpreter, make sure the PUGS_EMBED
