From: Breno G. de Oliveira Date: Sun, 11 Oct 2009 23:20:32 +0000 (-0300) Subject: made Constants.pm strict X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2b7029594e1532485ee4e5e7237905318cf0bc90;p=sdlgit%2FSDL_perl.git made Constants.pm strict --- diff --git a/lib/SDL/Constants.pm b/lib/SDL/Constants.pm index 5ed457a..f77bde9 100644 --- a/lib/SDL/Constants.pm +++ b/lib/SDL/Constants.pm @@ -29,8 +29,11 @@ # package SDL::Constants; +use strict; +use warnings; -@EXPORT=qw( + +our @EXPORT=qw( AUDIO_S16 AUDIO_S16MSB AUDIO_S8