Fixed the pod path in archive
[sdlgit/SDL_perl.git] / lib / docs / Tool / Font.pm
diff --git a/lib/docs/Tool/Font.pm b/lib/docs/Tool/Font.pm
deleted file mode 100644 (file)
index 8d44ae5..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-=pod
-
-=head1 NAME
-
-SDL::Tool::Font - a perl extension
-
-=head1 DESCRIPTION
-
-L<SDL::Tool::Font> provides a unified interface for applying
-True Type and SFont fonts to various surfaces.
-
-=head1 METHODS
-
-=head2 print ( surface, x, y, text ... )
-
-C<SDL::Tool::Font::print> print the given text on the supplied surface
-with the upper left hand corner starting at the specified coordinates.
-
-=head1 AUTHOR
-
-David J. Goehrig
-
-=head1 SEE ALSO
-
-L<perl> L<SDL::Font> L<SDL::TTFont> L<SDL::Surface>
-
-=cut