Skip Menu |

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

Report information
The Basics
Id: 90352
Status: new
Priority: 0/
Queue: Class-Std

People
Owner: Nobody in particular
Requestors: MAUKE [...] cpan.org
Cc:
AdminCc:

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



Subject: Class::Std breaks AnyEvent
If you have a program that uses a module that loads Class::Std somewhere and it also uses another module that uses AnyEvent, you're screwed, because the presence of Class::Std breaks AnyEvent (from version 6 onwards; 5 used to be fine). % perl -e 'use Class::Std (); use AnyEvent (); AnyEvent->condvar' Goto undefined subroutine &main:: at /home/mauke/usr/local/lib/perl5/site_perl/5.18.1/i686-linux/AnyEvent.pm line 1522.