NAME
SDL::Deprecated - Log of Deprecated items per release
CATEGORY
Core
RELEASES
2.502
- SDLx::App
-
Now depends on SDLx::Surface. To get the SDL::Surface, use
-
surface() >. Alternatively SDLx::Surface::display(). - SDLx::Surface
-
get_display
is now called SDLx::Surface::display. - SDLx::Sprite::Animated
-
Has drastically changed, and is still volatile.
2.500
- SDL::App
-
SDL::App has migrated to SDLx::App namespace. The reason for this is because it is an extenstion and not a 1:1 XS/Constant Module to the c library.
- SDL::Game::Rect
-
SDL::Game::Rect has migrated to SDLx::Rect namespace. Same reasoning as above.
2 POD Errors
The following errors were encountered while parsing the POD:
- Around line 16:
'=item' outside of any '=over'
- Around line 28:
You forgot a '=back' before '=head2'