Skip to content

Commit

Permalink
Add deprecation to pod/perldeprecation.pod
Browse files Browse the repository at this point in the history
  • Loading branch information
leonerd committed Feb 16, 2024
1 parent 3e75aff commit 6a578ab
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pod/perldeprecation.pod
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,16 @@ in deprecation warnings.

Category: "deprecated::unicode_property_name"

=head2 Perl 5.46

=head3 C<use VERSION> while another C<use VERSION> is in scope

A C<use VERSION> declaration has many implicit effects on the surrounding
scope, such as L<strict> and L<feature> flags, or importing L<builtin>
functions. Once you have a C<use VERSION> statement in scope, any other
C<use VERSION> statement is now deprecated since Perl 5.39.8, due to the
increasing complexity of swapping from one prevalent version to another.

=head2 Perl 5.44

=head3 Calling a missing C<import()> or C<unimport()> method with an argument
Expand Down

0 comments on commit 6a578ab

Please sign in to comment.