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.