In perl.git, the branch maint-5.10 has been updated <http://perl5.git.perl.org/perl.git/commitdiff/857ef68b8cd0841e5af0208e3137884c3fe43a80?hp=2284e3ef028b60160f89ba1a877e6bdd3bc24a08>
- Log ----------------------------------------------------------------- commit 857ef68b8cd0841e5af0208e3137884c3fe43a80 Author: Jesse Vincent <[email protected]> Date: Mon Aug 17 08:52:24 2009 -0400 Attribute::Handlers was typoed as Attributes::Handlers in perl5101delta.pod Date: Mon, 17 Aug 2009 11:19:15 +0100 From: Zefram <[email protected]> To: [email protected] Subject: perl5101delta typo Message-ID: <[email protected]> ----------------------------------------------------------------------- Summary of changes: pod/perl5101delta.pod | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pod/perl5101delta.pod b/pod/perl5101delta.pod index d85f537..cb451b6 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. -- Perl5 Master Repository
