Show
Ignore:
Timestamp:
10/11/05 01:01:38 (3 years ago)
Author:
autrijus
Message:

* also perl5_free the p5 interpreter at global finalizer

time. Tested and works with both p5+parrot embedding. woot1

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Embed/Perl5.hs

    r7552 r7553  
    7373import Foreign.C.Types 
    7474import Foreign.C.String 
     75import Data.IORef (modifyIORef) 
    7576 
    7677type PerlInterpreter = Ptr ()