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.