---
name: SDL_Perl
-version: 2.2.0
+version: v2.2.1
author:
- 'David J. Goehrig <DGOEHRIG@cpan.org>'
abstract: Simple DirectMedia Layer for Perl
license: lgpl
resources:
- license: http://opensource.org/licenses/lgpl-license.php
+ license: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt
build_requires:
Module::Build: 0.22
Test::Simple: 0.47
+configure_requires:
+ Module::Build: 0.34
provides:
SDL:
file: lib/SDL.pm
- version: 2.2.0
+ version: v2.2.1
SDL::App:
file: lib/SDL/App.pm
SDL::Cdrom:
file: lib/SDL_perl.pm
Walker:
file: lib/SDL/Tutorial/Images.pm
-generated_by: Module::Build version 0.33
+generated_by: Module::Build version 0.34
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: 1.4
TTF_Font *font
CODE:
TTF_CloseFont(font);
+ font=NULL; //to be safe http://sdl.beuc.net/sdl.wiki/SDL_ttf_copy_Functions_Management_TTF_CloseFont
SDL_Surface*
TTFPutString ( font, mode, surface, x, y, fg, bg, text )