The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use ExtUtils::MakeMaker;
WriteMakefile(
    NAME         => 'Music::Note',
    VERSION_FROM => 'lib/Music/Note.pm', # finds $VERSION
    AUTHOR       => 'Ben Daglish (bdaglish@cpan.org)',
    ABSTRACT     => 'Musical Note encapsulation/representation',
);