Fixed the pod path in archive
[sdlgit/SDL_perl.git] / lib / pods / SDL / Music.pod
CommitLineData
896b04ee 1=pod
2
3=head1 NAME
4
5SDL::Music - a perl extension
6
7=head1 DESCRIPTION
8
9L<SDL::Music> is used to load music files for use with L<SDL::Mixer>.
10To load a music file one simply creates a new object passing the filename
11to the constructor:
12
13 my $music = new SDL::Music 'my_song.ogg';
14
15
16=head1 AUTHOR
17
18David J. Goehrig
19
20=head1 SEE ALSO
21
22L<perl> L<SDL::Mixer>
23
24=cut