X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSDL%2FFont.pm;h=34ba63e13091a49b89d615d412354687cd193de0;hb=6c315353155a6a779fc1797009d66ec9ffe8e800;hp=6a8aeda1f32f742724e0e6ceaeb5942f7d59a658;hpb=7b6a53a1f5064ca5b8ab0243f7bcf6209e6bf5a4;p=sdlgit%2FSDL_perl.git diff --git a/lib/SDL/Font.pm b/lib/SDL/Font.pm index 6a8aeda..34ba63e 100644 --- a/lib/SDL/Font.pm +++ b/lib/SDL/Font.pm @@ -65,32 +65,3 @@ sub use ($) { } 1; - -__END__; - -=pod - - -=head1 NAME - -SDL::Font - a SDL perl extension - -=head1 SYNOPSIS - - $font = new Font "Font.png"; - $font->use(); - -=head1 DESCRIPTION - -L provides an interface to loading and using SFont style -fonts with L objects. - -=head1 AUTHOR - -David J. Goehrig - -=head1 SEE ALSO - -L L - -=cut