summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2009-08-17 08:52:24 -0400
committerJesse Vincent <jesse@bestpractical.com>2009-08-17 08:52:24 -0400
commit857ef68b8cd0841e5af0208e3137884c3fe43a80 (patch)
treecab8a3c8ac4261c86289b9485323c267feba663a
parent2284e3ef028b60160f89ba1a877e6bdd3bc24a08 (diff)
downloadperl-857ef68b8cd0841e5af0208e3137884c3fe43a80.tar.gz
Attribute::Handlers was typoed as Attributes::Handlers in perl5101delta.pod
Date: Mon, 17 Aug 2009 11:19:15 +0100 From: Zefram <zefram@fysh.org> To: perl5-porters@perl.org Subject: perl5101delta typo Message-ID: <20090817101915.GB24129@fysh.org>
-rw-r--r--pod/perl5101delta.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perl5101delta.pod b/pod/perl5101delta.pod
index d85f537cab..cb451b6336 100644
--- a/pod/perl5101delta.pod
+++ b/pod/perl5101delta.pod
@@ -995,7 +995,7 @@ etc. The names of the extensions as specified to F<Configure>, and as
reported by C<%Config::Config> under the keys C<dynamic_ext>,
C<known_extensions>, C<nonxs_ext> and C<static_ext> have not changed, and
still use C</>. Hence this change will not have any affect once perl is
-installed. However, C<Attributes::Handlers>, C<Safe> and C<mro> have now
+installed. However, C<Attribute::Handlers>, C<Safe> and C<mro> have now
become extensions in their own right, so if you run F<Configure> with
options to specify an exact list of extensions to build, you will need to
change it to account for this.