Integrate with perlio.
[p5sagit/p5-mst-13.2.git] / pp_pack.c
index ceb01c5..594144e 100644 (file)
--- a/pp_pack.c
+++ b/pp_pack.c
@@ -1843,7 +1843,7 @@ PP(pp_pack)
            fromstr = NEXTFROM;
            aptr = SvPV(fromstr, fromlen);
            SvGROW(cat, fromlen * 4 / 3);
-           if (len <= 1)
+           if (len <= 2)
                len = 45;
            else
                len = len / 3 * 3;