Changeset 8922

Show
Ignore:
Timestamp:
02/01/06 19:32:36 (3 years ago)
Author:
putter
Message:

INSTALL, Makefile.PL: Linking against Parrot is currently NOT recommended on win32 and x86_64.
TASKS +=1; Remove these notes post-release.

Files:
3 modified

Legend:

Unmodified
Added
Removed
  • INSTALL

    r8901 r8922  
    5656    export PUGS_EMBED="perl5 parrot" (bash) 
    5757    setenv PUGS_EMBED "perl5 parrot" (csh) 
     58 
     59XXX Note! 
     60Using embedded parrot is currently NOT recommended on win32 and x86_64. 
    5861 
    5962To build with an embedded parrot interpreter, make sure the PUGS_EMBED  
  • Makefile.PL

    r8901 r8922  
    369369    environment variable to contain 'parrot', the PARROT_PATH environment 
    370370    variable to the path of a built parrot tree, then run Makefile.PL again. 
     371    Linking against Parrot is currently NOT recommended on win32 and x86_64. 
    371372 
    372373. 
  • TASKS

    r8915 r8922  
    3333in PATH, but doesn't check.  It would be nice if it checked.  You can 
    3434check if parrot is there with can_run('parrot').  Skills: basic perl5. 
     35 
     36* Remove the "embedding parrot is NOT recommended on" lines from 
     37Makefile.PL and INSTALL.  They were just there for the 6.2.11 release. 
     38Skills: none. 
     39