X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSDL%2FMusic.pm;h=e12e0b2582f4d98b799084ca7add2d7ca075ce59;hb=896b04ee008898e1c1edbdd432bedaa8643400dc;hp=5f8720a19feaf7e54da2b729d2847b411888c1c9;hpb=b3cdeb39a431b026168c4060bf74001fcee07493;p=sdlgit%2FSDL_perl.git diff --git a/lib/SDL/Music.pm b/lib/SDL/Music.pm index 5f8720a..e12e0b2 100644 --- a/lib/SDL/Music.pm +++ b/lib/SDL/Music.pm @@ -52,29 +52,3 @@ sub DESTROY { 1; -__END__; - -=pod - -=head1 NAME - -SDL::Music - a perl extension - -=head1 DESCRIPTION - -L is used to load music files for use with L. -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 L - -=cut