Subject: | Compile problem |
Crypt::IDEA is a wonderful module, but it fails to build on recent Perls. Here is a patch:
--- IDEA.xs.orig Mon Dec 17 12:12:12 2001
+++ IDEA.xs Mon Dec 17 12:12:27 2001
@@ -63,7 +63,7 @@
if (ks_len != sizeof(idea_ks))
croak("Invalid key schedule");
- if (output == &sv_undef)
+ if (output == &PL_sv_undef)
output = sv_newmortal();
output_len = 8;
Cheers, Leon