Skip Menu |

This queue is for tickets about the Class-Std CPAN distribution.

Report information
The Basics
Id: 15456
Status: resolved
Priority: 0/
Queue: Class-Std

People
Owner: Nobody in particular
Requestors: mail [...] tysonmaly.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.0.4
Fixed in: (no value)



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.
[guest - Tue Nov 1 17:28:46 2005]: Show quoted text
> 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.
I have the same problem (same error on line 465). I am running on Windows. Perl " v5.6.1 built for MSWin32-x86-multi-thread". Show quoted text
>type test.pl
use Class::Std; Show quoted text
>perl test.pl
Deep recursion on subroutine "Class::Std::AUTOLOAD" at [my_perl_path]/lib/Class/Std.pm line 465. --- I didn't actually *install* Class-Std because I couldn't find a PPD--I just copied Std.pm over to my lib\Class directory. I guess something is missing...I just don't know what.
From: ben [...] cpanel.net
This is now working for me in version 0.0.8. Thanks