Larry W. Virden [Thu, 27 Mar 1997 18:02:46 +0000 (13:02 -0500)]
The only place I found in all of perl 5.003095 that used the phrase
"Bare word" instead of "bareword" or "Bareword" was here:
p5p-msgid: 1997Mar27.130247.1911552@hmivax.humgen.upenn.edu
curcop->cop_line++;
}
else
- no_op("Bare word",s);
+ no_op("Bareword",s);
}
/* Look for a subroutine with this name in current package. */