From: Breno G. de Oliveira Date: Mon, 12 Oct 2009 05:16:47 +0000 (-0300) Subject: small pod "fix" X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=def010aacb997eb023790b7b738655d3eccf6247;p=sdlgit%2FSDL_perl.git small pod "fix" --- diff --git a/lib/SDL.pm b/lib/SDL.pm index 11c5ea0..360a108 100644 --- a/lib/SDL.pm +++ b/lib/SDL.pm @@ -151,30 +151,30 @@ Use the SDLPerl executable made in the bundle and call your scripts As with the C language API, SDL_perl initializes the SDL environment through the C subroutine. This routine takes a mode flag constructed through -the bitwise OR product of the following functions: +the bitwise OR product of the following constants: =over 4 =item * -INIT_AUDIO() +INIT_AUDIO =item * -INIT_VIDEO() +INIT_VIDEO =item * -INIT_CDROM() +INIT_CDROM =item * -INIT_EVERYTHING() +INIT_EVERYTHING =item * -INIT_NOPARACHUTE() +INIT_NOPARACHUTE =item * -INIT_JOYSTICK() +INIT_JOYSTICK =item * -INIT_TIMER() +INIT_TIMER =back