use Test::More tests => 1; use Mac::CoreMIDI; ok(1); # If we made it this far, we're ok. diag "Testing Mac::CoreMIDI $Mac::CoreMIDI::VERSION";