/usr/lib/perl5/pods/SDL/Deprecated.pod is in libsdl-perl 2.540-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 | =pod
=head1 NAME
SDL::Deprecated - Log of Deprecated items per release
=head1 CATEGORY
Core
=head1 RELEASES
=head2 2.517
Major changes to C<SDLx::Controller>.
C<quit> is now C<stop>. Event handlers no longer end C<run> on returning false. Call C<stop> explicitly instead.
The first argument to move handlers is the step portion instead of C<dt>.
The second argument to move handlers, the C<t> value, is now the third argument.
C<min_t> will limit apps to a framerate of 60 by default.
=head2 2.513
=over
=item SDLx::App
C<SDLx::App::loop()> is deprecated.
=back
=head2 2.502
=over
=item SDLx::App
Now depends on L<SDLx::Surface>. To get the SDL::Surface, use C< ->surface() >. Alternatively L<SDLx::Surface::display()|SDLx::Surface/display>.
=item SDLx::Surface
C< get_display > is now called L<SDLx::Surface::display|SDLx::Surface/display>.
=item SDLx::Sprite::Animated
Has drastically changed, and is still volatile.
=back
=head2 2.500
=over
=item SDL::App
SDL::App has migrated to SDLx::App namespace. The reason for this is because it is an extension and not a 1:1 XS/Constant Module to the c library.
=item SDL::Game::Rect
SDL::Game::Rect has migrated to SDLx::Rect namespace. Same reasoning as above.
=back
=head1 AUTHORS
See L<SDL/AUTHORS>.
=cut
|