Made rect.pm strict
Kartik Thakore [Sat, 12 Sep 2009 19:13:22 +0000 (15:13 -0400)]
lib/SDL/Rect.pm

index d8aedf5..6c91762 100644 (file)
@@ -1,21 +1,20 @@
+=pod
+=cut
 package SDL::Rect;
-#use strict;
-
-
+use strict;
+use warnings;
 require Exporter;
 require DynaLoader;
 
-@ISA = qw(Exporter DynaLoader);
+our @ISA = qw(Exporter DynaLoader);
 # Items to export into callers namespace by default. Note: do not export
 # names by default without a very good reason. Use EXPORT_OK instead.
 # Do not simply export all your public functions/methods/constants.
-@EXPORT = qw(
-       
-);
-#$VERSION = '0.01';
-
 bootstrap SDL::Rect;
 
+=head1 Perl binding to C stuct Rect
+=cut
+
 # Preloaded methods go here.
 
 # TODO: mangle with the symbol table to create an alias