-
Notifications
You must be signed in to change notification settings - Fork 558
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
perlcall(1) examples don't work with perl 5.6.0 with threads #3130
Comments
From madison@transmeta.comI tried compiling the simple example in the perlcall manpage with ------------------------- And I get unfortunate error: main.cc:26: `thr' undeclared (first use this function) Seems that the perl macros are being expanded to use some "thr" object: ------------------------- What is this thr object? Perl Info
|
From @schwern5.005 threads have been deprecated and will be removed in 5.10. Please |
@schwern - Status changed from 'open' to 'resolved' |
@schwern - Status changed from 'resolved' to 'rejected' |
Migrated from rt.perl.org#5210 (status was 'rejected')
Searchable as RT5210$
The text was updated successfully, but these errors were encountered: