develooper Front page | perl.perl5.porters | Postings from June 2009

tweak for perl5101delta.pod

From:
Nicholas Clark
Date:
June 30, 2009 06:11
Subject:
tweak for perl5101delta.pod
Message ID:
20090630131117.GW33745@plum.flirble.org
I realised that I missed one more module, mro, that's become a fully fledged
extension. Do you want me to apply this, or would you prefer to do it yourself?

Nicholas Clark

diff --git a/pod/perl5101delta.pod b/pod/perl5101delta.pod
index f179902..78d7c1f 100644
--- a/pod/perl5101delta.pod
+++ b/pod/perl5101delta.pod
@@ -849,7 +849,7 @@ The names of the extensions as specified to F<Configure>, and as reported
 by <%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> and C<Safe> have now become extensions in their
+C<Attributes::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.
 



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About