Document UNIVERSAL->import deprecation in perldelta
Rafael Garcia-Suarez [Tue, 12 Jan 2010 07:29:35 +0000 (08:29 +0100)]
pod/perl5114delta.pod

index 099f21d..c421877 100644 (file)
@@ -209,15 +209,17 @@ XXX
 
 =head1 Deprecations
 
-XXX Add any new known deprecations here.
-
 The following items are now deprecated.
 
 =over 4
 
-=item *
+=item C<< UNIVERSAL-E<gt>import() >>
 
-XXX
+The method C<< UNIVERSAL-E<gt>import() >> is now deprecated.
+Attempting to pass import arguments to a C<use UNIVERSAL>
+statement will result in a deprecation warning. (This is
+a less noisy version of the full deprecation warning
+added in 5.11.0.)
 
 =back