forked from pool/perl-Set-Object
11 lines
123 B
Diff
11 lines
123 B
Diff
--- Object.xs
|
|
+++ Object.xs
|
|
@@ -431,6 +431,7 @@
|
|
}
|
|
i--;
|
|
}
|
|
+return 0;
|
|
}
|
|
|
|
static MGVTBL SET_OBJECT_vtbl_backref =
|