App-MusicTools
view release on metacpan or search on metacpan
};
command {
args => [qw(I+)],
stdout => "c e gis\n",
};
command {
args => [qw(i*)],
stdout => "c dis fis\n",
};
# XXX think about what I* would mean...major 3rd but dim 5th? or throw
# exception for unknown chord?
done_testing 84
( run in 0.237 second using v1.01-cache-2.11-cpan-496ff517765 )