The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# ====================================================================
# Copyright (c) 2000-2001 by Soheil Seyfaie. All rights reserved.
# This program is free software; you can redistribute it and/or modify
# it under the same terms as Perl itself.
# ====================================================================

# $Author: whamann $

package SWF::SoundStream;
use SWF();

use strict;

$SWF::SoundStream::VERSION = $SWF::VERSION;

1;