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.
I have another law (Score:1)
Re: (Score:1)
I'll put you on the "pro" side of literal tabs in Makefiles then, and five years of completely broken
Scalar::Utilin ActivePerl.Re: (Score:1)
Re: (Score:1)
As I understand it, it doesn't include (all of?) the XS components of the module, making
reftype()unavailable for the ActivePerl 5.8.x releases.The explanation I heard (and I don't remember where, though I'm pretty sure it wasn't from you) is that one goal of the ActivePerl releases for 5.8.x was to maintain binary compatibility back to 5.8.0, and thus there would be no
reftype()available forScalar::Util.When I last looked at which of my distributions failed in the AS build and test farm, most of the
Re: (Score:1)
ActivePerl on Windows maintains binary compatibility, and it does so for business reasons.
As a result Scalar::Util, and hence all interesting packages (as in like 40% of all CPAN modules) are broken on ActivePerl, and can't be fixed for business reasons.
This is why I never got to demo PPI on my own laptop at the Perl Conference the year I want, which triggered off a year-long attempt to get them t
Re:I have another law (Score:1)
Of course all of these issues are really just pointing out faults in the original setup of the PPM and build farm infrastructure. Unfortunately it is a lot of work to get it cleaned up. We are currently testing adding additional repositories that are built with 5.8.8. We have already changed the default repository URL in ActivePerl 819 and later to be version specific, so we can redirect them to more up-to-date repositories once they are operational.
Reply to This
Parent