--- EV/EV.xs 2007/11/23 13:08:56 1.76 +++ EV/EV.xs 2007/11/23 16:37:37 1.77 @@ -420,6 +420,8 @@ evapi.check_stop = ev_check_stop; evapi.child_start = ev_child_start; evapi.child_stop = ev_child_stop; + evapi.ref = ev_ref; + evapi.unref = ev_unref; sv_setiv (sv, (IV)&evapi); SvREADONLY_on (sv);