The URL
http://martynov.org/tgz/Data-Dumper-2.12_02.tar.gz
has entered CPAN as
file: $CPAN/authors/id/I/IL/ILYAM/Data-Dumper-2.12_02.tar.gz
size: 37466 bytes
md5: 5bf08437a88003604a95cc08418d6b57
This release fixes build errors on 5.6.x with ithreads. Thanks to crazyinsomniac for the bug report. Hopefully there will be no other bug reports and I'll be able to rerelease 2.12_02 as a stable version 2.121.
5.6.x (Score:2)
Re:5.6.x (Score:1)
Ilya Martynov (http://martynov.org/ [martynov.org])
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])