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