Changes between Initial Version and Version 1 of Ticket #22316


Ignore:
Timestamp:
Oct 31, 2009, 6:11:07 PM (15 years ago)
Author:
mf2k (Frank Schima)
Comment:

You need to install with the +threads variant. In your case you can upgrade to it.

sudo port upgrade perl5.8 +threads

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22316

    • Property Status changed from new to closed
    • Property Resolution changed from to invalid
    • Property Type changed from request to enhancement
  • Ticket #22316 – Description

    initial v1  
    33Here is the difference between Macports perl and the Apple supplied perl:
    44
     5{{{
    56Foodmotron:~ tyler$ echo "use threads;" | /usr/bin/perl #expected result
    67Foodmotron:~ tyler$ echo "use threads;" | /opt/local/bin/perl #unexpected result
     
    89Compilation failed in require at - line 1.
    910BEGIN failed--compilation aborted at - line 1.
     11}}}
    1012
    1113This is true for Leopard and Snow Leopard at this time.