X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=perly.c;h=36b51c02e7584003a6f9e50204de7857e413ece8;hb=7cfcdf208eb7eff0b6f8313f1a5b14880681119d;hp=f9734b3631ecd2b7e4cfb061c4c86cb3ac2439ab;hpb=d20626d86bf3d55ba658adbc2678de4c519cbc6c;p=p5sagit%2Fp5-mst-13.2.git diff --git a/perly.c b/perly.c index f9734b3..36b51c0 100644 --- a/perly.c +++ b/perly.c @@ -1826,7 +1826,7 @@ case 59: #line 338 "perly.y" { STRLEN n_a; char *name = SvPV(((SVOP*)yyvsp[0].opval)->op_sv,n_a); if (strEQ(name, "BEGIN") || strEQ(name, "END") - || strEQ(name, "INIT")) + || strEQ(name, "INIT") || strEQ(name, "CHECK")) CvSPECIAL_on(PL_compcv); yyval.opval = yyvsp[0].opval; } break;