Re: [perl #18872] File::Basename example misleading
[p5sagit/p5-mst-13.2.git] / pp.c
diff --git a/pp.c b/pp.c
index 1b83259..0a15c74 100644 (file)
--- a/pp.c
+++ b/pp.c
@@ -4695,6 +4695,7 @@ PP(pp_split)
                }
            }
            s = rx->endp[0] + orig;
+           PUTBACK;
        }
     }