diff options
author | Nicholas Clark <nick@ccl4.org> | 2006-01-26 18:35:56 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-01-26 18:35:56 +0000 |
commit | 409c2c5bc920a5dda2abb2202847f11eaeba974a (patch) | |
tree | 162baf04362c26ae49f6d5c74ae7f37786c706f6 /pod | |
parent | 35cdf2f9effb7b7d5ac9c4a22f487d86f223a45e (diff) | |
download | perl-409c2c5bc920a5dda2abb2202847f11eaeba974a.tar.gz |
2 spelling corrections, and rephrase the entry on perlivp (better
grammer, more succinct)
p4raw-id: //depot/perl@26949
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perl593delta.pod | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pod/perl593delta.pod b/pod/perl593delta.pod index 2af1af6305..e5e5b80511 100644 --- a/pod/perl593delta.pod +++ b/pod/perl593delta.pod @@ -83,7 +83,7 @@ detail">. =head2 C<say()> -say() is a new built-in, only avaiable when C<use feature 'say'> is in +say() is a new built-in, only available when C<use feature 'say'> is in effect, that is similar to print(), but that implicitly appends a newline to the printed string. See L<perlfunc/say>. @@ -214,8 +214,8 @@ Any enums with negative values are now skipped. =head2 C<perlivp> enhancements -C<perlivp> implements new option C<-a> and will not check for F<*.ph> -files by default any more. Use the C<-a> option to run I<all> tests. +C<perlivp> no longer checks for F<*.ph> files by default. Use the new C<-a> +option to run I<all> tests. =head1 Documentation @@ -311,7 +311,7 @@ anyway.) =head2 Calling CORE::require() CORE::require() and CORE::do() were always parsed as require() and do() -when they were overriden. This is now fixed. +when they were overridden. This is now fixed. =head2 Subscripts of slices |