On Sat May 14 23:16:22 2011, hinrik wrote: > --- > pod/perldelta.pod | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/pod/perldelta.pod b/pod/perldelta.pod > index 4319436..6c2fb7e 100644 > --- a/pod/perldelta.pod > +++ b/pod/perldelta.pod > @@ -1549,7 +1549,7 @@ L<Digest::SHA> has been upgraded from version > 5.47 to 5.61. > > L<shasum> now more closely mimics L<sha1sum(1)>/L<md5sum(1)>. > > -L<Addfile> accepts all POSIX filenames. > +addfile() now accepts all POSIX filenames. > > New SHA-512/224 and SHA-512/256 transforms (ref. NIST Draft FIPS 180- > 4 > [February 2011]) This spelling error occurred in what is now 'pod/perl5140delta.pod'. $ grep -in addfile pod/*delta*pod pod/perl5140delta.pod:1552:L<Addfile> accepts all POSIX filenames. Is there any protocol for making corrections in older perldelta files? Thank you very much. Jim KeenanThread Next