Changeset 7519

Show
Ignore:
Timestamp:
10/10/05 03:07:25 (3 years ago)
Author:
putter
Message:

INSTALL: document parrot dependencies and eval_yaml() bug

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • INSTALL

    r7278 r7519  
    133133at the moment, to avoid a dependency on the full parser. 
    134134 
     135CAVEATS FOR ALL USERS 
     136--------------------- 
     137 
     138Parrot is used to provide Perl6-style regular expressions. 
     139Perl5-style regular expressions (eg, rx:perl5/foo/) can be used 
     140without any parrot at all.  Pugs can be built to use parrot external 
     141(the default), or embedded.  External is recommended. 
     142 
     143Embedding parrot currently requires a parrot version later than 0.3.0. 
     144Parrot 0.3.0 is unfortunately, as of Oct 10 2005, the latest parrot 
     145release.  It had a bug which has since been fixed.  More recent but 
     146unreleased and unstable copies of parrot can be obtained from 
     147http://www.parrotcode.org/source.html . 
     148 
    135149CAVEATS FOR Win32 USERS 
    136150------------------------- 
     
    171185 
    172186GHC 6.4.1 or later is required. 
     187 
     188There is currently an undiagnosed bug in eval_yaml().