Fixed the pod path in archive
[sdlgit/SDL_perl.git] / lib / SDL / Rect.pm
CommitLineData
bfd90409 1package SDL::Rect;
a1b835c1 2use strict;
3use warnings;
e4ab5b2e 4require Exporter;
5require DynaLoader;
a1b835c1 6our @ISA = qw(Exporter DynaLoader);
e4ab5b2e 7bootstrap SDL::Rect;
8
e4ab5b2e 91;