aboutsummaryrefslogtreecommitdiffstats
path: root/URPM.xs
diff options
context:
space:
mode:
Diffstat (limited to 'URPM.xs')
-rw-r--r--URPM.xs2
1 files changed, 1 insertions, 1 deletions
diff --git a/URPM.xs b/URPM.xs
index aac4b43..14327e8 100644
--- a/URPM.xs
+++ b/URPM.xs
@@ -2450,8 +2450,8 @@ Db_traverse_tag_find(db,tag,name,callback)
if (count == 1) {
SV* ret = POPs;
found = SvTRUE(ret);
+ PUTBACK;
}
- PUTBACK;
if (found) {
break;
}