diff options
Diffstat (limited to 'pod/perl5005delta.pod')
-rw-r--r-- | pod/perl5005delta.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perl5005delta.pod b/pod/perl5005delta.pod index 6f67653cb7..3766681ddd 100644 --- a/pod/perl5005delta.pod +++ b/pod/perl5005delta.pod @@ -137,7 +137,7 @@ Perl has a new Social Contract for contributors. See F<Porting/Contract>. The license included in much of the Perl documentation has changed. Most of the Perl documentation was previously under the implicit GNU General Public License or the Artistic License (at the user's choice). -Now much of the documentation unambigously states the terms under which +Now much of the documentation unambiguously states the terms under which it may be distributed. Those terms are in general much less restrictive than the GNU GPL. See L<perl> and the individual perl man pages listed therein. @@ -484,7 +484,7 @@ In previous versions, this would print "hello", but it now prints "g'bye". =head2 E<lt>E<gt> now reads in records -If C<$/> is a referenence to an integer, or a scalar that holds an integer, +If C<$/> is a reference to an integer, or a scalar that holds an integer, E<lt>E<gt> will read in records instead of lines. For more info, see L<perlvar/$/>. |