projects
/
sdlgit/SDL_perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
8012769
)
made Constants.pm strict
Breno G. de Oliveira [Sun, 11 Oct 2009 23:20:32 +0000 (20:20 -0300)]
lib/SDL/Constants.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/SDL/Constants.pm
b/lib/SDL/Constants.pm
index
5ed457a
..
f77bde9
100644
(file)
--- 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