Steffen Mueller wrote:
Steve Hay schrieb:
I've had a report from a non-Win32 user of Filter-Crypto who experienced
exactly the same problem that I originally had. I pointed out that
downgrading Module-ScanDeps to 0.73 might fix his problem, and he
confirmed that it did. See the CPAN/RT ticket here:
http://rt.cpan.org/Public/Bug/Display.html?id=28101
That was on RedHat Enterprise Linux 3.0, and the same on Solaris 8 (Sparc).
So it's not just Win32. Are you able to try Filter-Crypto yourself on
whatever OS you have? Perhaps that goes wrong on any OS, while some
other modules work in general but not on Win32?
It's more likely that I can use Filter::Crypto than that I can get a
win32 soon. The perl on my work PC is built with DEBUGGING, so I can't
install it there. I'll either have to build my own perl or do it
somewhere else. I guess this has to be postponed for lack of time.
You can install Filter-Crypto with a DEBUGGING perl by specifying the
--debug-mode option to Makefile.PL.
This causes it to output lots of debug information showing you the data
getting encrypted/decrypted (which in turn causes a couple of the tests
to fail due to unexpected output), but otherwise it should work as usual.
--