--- EV/EV.xs 2010/10/29 19:06:03 1.148 +++ EV/EV.xs 2010/11/28 06:34:10 1.149 @@ -1327,6 +1327,8 @@ OUTPUT: RETVAL +#ifndef EV_NO_LOOP + MODULE = EV PACKAGE = EV::Loop PREFIX = ev_ SV *new (SV *klass, unsigned int flags = 0) @@ -1575,3 +1577,5 @@ newSVsv (cb) ); +#endif +