Changeset 13192 for INSTALL

Show
Ignore:
Timestamp:
09/11/06 22:13:32 (2 years ago)
Author:
putter
Message:

INSTALL, Makefile.PL - Replaced all advertising for PUGS_EMBED option "!perl5" with "-perl5". For consistency.
Both still work, but only "-perl5" is now advertised.
Makefile.PL was perviously advertising both.
"-perl5" is not ideal, looking like an option enabled.
"!perl5" interacts with shells.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • INSTALL

    r13191 r13192  
    6464PUGS_EMBED variable. For example:  
    6565  
    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) 
    6868 
    69 Perl5 is now embedded by default.  Use "!perl5" to avoid. 
     69Perl5 is now embedded by default.  Use "-perl5" to avoid. 
    7070 
    7171To build with an embedded parrot interpreter, make sure the PUGS_EMBED