Fixed the pod path in archive
[sdlgit/SDL_perl.git] / lib / pods / SDL / Mixer.pod
similarity index 99%
rename from lib/docs/Mixer.pod
rename to lib/pods/SDL/Mixer.pod
index 3e154f2..73af8ff 100644 (file)
@@ -173,8 +173,12 @@ Return true when the music is currently playing.
 
 Sets the volume for the left or right channels. To do true panning:
 
+=begin verbatim
+
   $mixer->set_panning($channel, $left, 254 - $left);
 
+=end
+
 =head1 AUTHORS 
 
 David J. Goehrig, basic doc added by Tels <http://bloodgate.com>.