Subject: | Build fails on perl 5.6.1 deep recursion on subroutine |
I am trying to install the Class::Std module, but when I get to the step of running the tests with the command "perl ./Build test" the system hangs and dumps this message
t/00.load.... Deep recursion on subroutine "Class::Std::AUTOLOAD" at
/Class-Std-0.0.4/blib/lib/Class/Std.pm line 465
I checked that line in the source and it contains this
my $ident = ID($invocant);
I am running this on a solaris machine with perl 5.6.1 I have installed Module::Build and version.pm before trying to install this module.