diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-04-24 16:35:57 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-04-24 16:35:57 +0000 |
commit | 7f7611693ae4cbdb1286d9a1854b4f5a34e9670e (patch) | |
tree | 47aaa750b7084a968894d3d0aefdc23c82018c08 /pod/perlre.pod | |
parent | 79cb57f6e01f91d8fff40d69caa187aaa669671b (diff) | |
parent | 00f0ad8cc5167da0ecee5f9c3558c45074323a13 (diff) | |
download | perl-7f7611693ae4cbdb1286d9a1854b4f5a34e9670e.tar.gz |
integrate cfgperl changes into mainline
p4raw-id: //depot/perl@3267
Diffstat (limited to 'pod/perlre.pod')
-rw-r--r-- | pod/perlre.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlre.pod b/pod/perlre.pod index 97ac7b7266..95d473439e 100644 --- a/pod/perlre.pod +++ b/pod/perlre.pod @@ -28,7 +28,7 @@ locale. See L<perllocale>. Treat string as multiple lines. That is, change "^" and "$" from matching at only the very start or end of the string to the start or end of any -line anywhere within the string, +line anywhere within the string. =item s |