Change 33620 by [EMAIL PROTECTED] on 2008/03/31 21:51:46
update perl5101delta.pod
Affected files ...
... //depot/maint-5.10/perl/pod/perl5101delta.pod#2 edit
Differences ...
==== //depot/maint-5.10/perl/pod/perl5101delta.pod#2 (text) ====
Index: perl/pod/perl5101delta.pod
--- perl/pod/perl5101delta.pod#1~32697~ 2007-12-22 02:26:16.000000000 -0800
+++ perl/pod/perl5101delta.pod 2008-03-31 14:51:46.000000000 -0700
@@ -13,10 +13,33 @@
=head1 Incompatible Changes
+=over
+
+=item *
+
+The semantics of C<use feature :5.10*> have changes slightly.
+See L<"Modules and Pragmata"> for more information.
+
+=back
+
+
=head1 Core Enhancements
=head1 Modules and Pragmata
+=over
+
+=item *
+
+C<feature> the meaning of the C<:5.10> and C<:5.10.X> bundles has
+changed slightly. The last component, if any (ie C<X>) is simply ignored.
+This is predicated on the assumption that new features will not, in
+general, be added to maintenance releases. So C<:5.10> and C<:5.10.X>
+have identical effect. This is a change to the behaviour documented for
+5.10.0.
+
+=back
+
=head1 Utility Changes
=head1 Documentation
End of Patch.