From 07e28eecbce1dad6ffdda174732241d1e33136ce Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Sat, 3 Oct 2009 02:38:39 +0900 Subject: podchecker nits in perldelta fixed --- pod/perl5110delta.pod | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to 'pod/perl5110delta.pod') diff --git a/pod/perl5110delta.pod b/pod/perl5110delta.pod index 6301425616..a331207ed1 100644 --- a/pod/perl5110delta.pod +++ b/pod/perl5110delta.pod @@ -413,10 +413,10 @@ system call. Dual-lifed modules maintained primarily in the Perl core now live in dist/. Dual-lifed modules maintained primarily on CPAN now live in cpan/ -In previous releases of Perl, it was customary to enumerate all module +In previous releases of Perl, it was customary to enumerate all module changes in this section of the C file. From 5.11.0 forward only notable updates (such as new or deprecated modules ) will be -listed in this section. For a complete reference to the versions of +listed in this section. For a complete reference to the versions of modules shipped in a given release of perl, please see L. =head2 New Modules and Pragmata @@ -509,7 +509,7 @@ removed. If you still need this, then they are available in the Upgraded from version 1.04 to 1.05. -C<< UNIVERSAL->import() >> is now deprecated. +C<< UNIVERSAL-Eimport() >> is now deprecated. =back @@ -578,10 +578,6 @@ reference to perl programs. This describes how to access the perl source using the I version control system. -=item L - -This describes the new F utility. - =back =head1 Changes to Existing Documentation @@ -882,7 +878,7 @@ XS code including F before F gave a compile-time error =item * -C<< $object->isa('Foo') >> would report false if the package C didn't +C<< $object-Eisa('Foo') >> would report false if the package C didn't exist, even if the object's C<@ISA> contained C. =item * @@ -1542,8 +1538,8 @@ They are now very similar to those produced by Algorithm::C3. Amelioration of the error message "Unrecognized character %s in column %d" -Changes the error message to "Unrecognized character %s; marked by <-- -HERE after %s<-- HERE near column %d". This should make it a little +Changes the error message to "Unrecognized character %s; marked by E-- +HERE after %sE-- HERE near column %d". This should make it a little simpler to spot and correct the suspicious character. =item * -- cgit v1.2.1