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