- Timestamp:
- 05/17/08 17:16:58 (6 months ago)
- Files:
-
- 1 modified
-
perl5/Data-Bind/Bind.xs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
perl5/Data-Bind/Bind.xs
r20439 r20440 241 241 /* XXX: check if order is over items, if so it means it's empty and we should apply default_sub->() */ 242 242 if (SvIVX(mode)) { 243 PAD_SVl(order) = newSV(0); 243 244 SvSetSV(PAD_SVl(order), SvREFCNT_inc(current_arg)); 244 245 }
