NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
5.6.x (Score:2)
Re:5.6.x (Score:1)
Ilya Martynov (http://martynov.org/ [martynov.org])
Reply to This
Parent
Re:5.6.x (Score:2)
Re:5.6.x (Score:1)
Hmm, I'm just realized there is minor problem with my port if it is going to be included in 5.6.2. When doing the backport I used Devel::PPPort. As on blead perl #include ppport.h is effectively noop all core modules which use Devel::PPPort has
to avoid including redunant copies of ppport.h in the code. But it is not going to work on 5.6.x
Ilya Martynov (http://martynov.org/ [martynov.org])
Re:5.6.x (Score:1)
when trying to compile and install version 2.121 I get an error that UTF8_ALLOW_ANY is undefined.
Doing a search I tried (as a guess that might work)
#define UTF8_ALLOW_ANY 0x00FF
However, I get another error now.
"Dumper.xs", line 32.27: 1506-280 (W) Function argument assignment between types "long*" and "int" i
s not allowed.
"Dumper.xs", line 32.40: 1506-099 (S) Unexpected argument.
make: 1254-004 The error code from the last command is 1.
lines 32,33:
(after my defin
Data::Dumper and 5.6.0 (Score:2)
Ilya Martynov (http://martynov.org/ [martynov.org])