diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-19 07:41:46 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-19 07:41:46 +0000 |
commit | 85add8c20c52762eef70f97d016f6b677c9a4612 (patch) | |
tree | 8a66d94b92a464d43995e519c570444959d4680c /embed.pl | |
parent | 2a4bf7730d252fcadf5e50c3a9c740b5c94acfe3 (diff) | |
download | perl-85add8c20c52762eef70f97d016f6b677c9a4612.tar.gz |
pod typo fixes (from Marcel Grunauer <marcel.grunauer@lovely.net>)
p4raw-id: //depot/perl@5823
Diffstat (limited to 'embed.pl')
-rwxr-xr-x | embed.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -688,7 +688,7 @@ print EM <<'END'; #endif /* PERL_GLOBAL_STRUCT */ -#ifdef PERL_POLLUTE /* disabled by default in 5.006 */ +#ifdef PERL_POLLUTE /* disabled by default in 5.6.0 */ END |