The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package Bundle::Music;
# ABSTRACT: A RETIRED bundle of various MIDI and music modules
use strict;
use warnings;
our $VERSION = '0.0104_1';
1;

__END__

=pod

=head1 NAME

Bundle::Music - A RETIRED bundle of various MIDI and music modules

=head1 VERSION

version 0.0104_1

=head1 SYNOPSIS

 cpan Task::MusicBundle
 # or
 perl -MCPAN -e 'install Task::MusicBundle'
 # or
 ppm install Task::MusicBundle

=head1 DESCRIPTION

This module has been superseded by L<Task::MusicBundle>.

=head1 NAME

Bundle::Music - A RETIRED bundle to install MIDI and music related modules

=head1 AUTHOR

Gene Boggs <gene@cpan.org>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Gene Boggs.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.

=cut