diff options
author | Rafael Garcia-Suarez <rgs@consttype.org> | 2010-01-12 08:29:35 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2010-01-12 10:43:39 +0100 |
commit | 6f7a7d3eeb6b7da414c3496d3eb5a7c4f5127201 (patch) | |
tree | 9801727524ca85db37afc6428b5812de35b2f5ec /pod/perl5114delta.pod | |
parent | b0f41c9d6ade8c0c442de989f3ec5ca13b773ff8 (diff) | |
download | perl-6f7a7d3eeb6b7da414c3496d3eb5a7c4f5127201.tar.gz |
Document UNIVERSAL->import deprecation in perldelta
Diffstat (limited to 'pod/perl5114delta.pod')
-rw-r--r-- | pod/perl5114delta.pod | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/pod/perl5114delta.pod b/pod/perl5114delta.pod index 099f21dd35..c421877a84 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-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 |