Applied Magnet's Patch
[sdlgit/SDL_perl.git] / lib / SDL / Music.pm
index 5f8720a..e12e0b2 100644 (file)
@@ -52,29 +52,3 @@ sub DESTROY {
 
 1;
 
-__END__;
-
-=pod
-
-=head1 NAME
-
-SDL::Music - a perl extension
-
-=head1 DESCRIPTION
-
-L<SDL::Music> is used to load music files for use with L<SDL::Mixer>.
-To load a music file one simply creates a new object passing the filename 
-to the constructor:
-
-       my $music = new SDL::Music 'my_song.ogg';
-
-
-=head1 AUTHOR
-
-David J. Goehrig
-
-=head1 SEE ALSO
-
-L<perl> L<SDL::Mixer>
-
-=cut