From: Rafael Garcia-Suarez Date: Tue, 12 Jan 2010 07:29:35 +0000 (+0100) Subject: Document UNIVERSAL->import deprecation in perldelta X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6f7a7d3eeb6b7da414c3496d3eb5a7c4f5127201;p=p5sagit%2Fp5-mst-13.2.git Document UNIVERSAL->import deprecation in perldelta --- diff --git a/pod/perl5114delta.pod b/pod/perl5114delta.pod index 099f21d..c421877 100644 --- a/pod/perl5114delta.pod +++ b/pod/perl5114delta.pod @@ -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-Eimport() >> -XXX +The method C<< UNIVERSAL-Eimport() >> is now deprecated. +Attempting to pass import arguments to a C +statement will result in a deprecation warning. (This is +a less noisy version of the full deprecation warning +added in 5.11.0.) =back