On Fri May 26 07:46:23 2006, STEFFENW wrote:
Show quoted text
Well, Data::Alias really does need 5.8.1. It doesn't compile on 5.8.0,
nor can it be expected to as some stuff D::A depends on wasn't
introduced until 5.8.1 -- this can't be worked around.
Show quoted text> I can't read in your Documentation: only for Unix/Linux. So I think,
> it is possible to have this module for Win32 in days.
Data::Alias doesn't work on plain Win32, nor is there any hope it can be
changed to work there: It requires functions that aren't part of the
public API. On unix-ish platforms this isn't a problem, but Win32 uses
an "export list" which is strictly enforced. Getting D::A to work would
require augmenting the export list and recompiling perl itself.
Note that Data::Alias should however work fine in cygwin, which uses a
unix-ish style of dynamic linking. I haven't tested this though.
--
Matthijs van Duin