On 2011-03-24 17:11:53, SREZIC wrote:
Show quoted text
Problem is that Switch.pm is not anymore part of perl, but only
available from CPAN. So you have to put Switch into the PREREQ_PM hash
of Makefile.PL (or the Build.PL equivalent).
Another problem is that Switch.pm in CPAN is also broken for bleadperl.
Maybe it's best to rewrite the code to not depend on Switch.pm anymore,
but just use normal if/elsif/else conditions.
Regards,
Slaven