Alien-RtMidi
view release on metacpan or search on metacpan
[@Filter]
-bundle = @Basic
-remove = GatherDir
[Git::GatherDir]
[AutoPrereqs]
skip = strict
skip = warnings
skip = base
skip = parent
skip = constant
skip = lib
[PodSyntaxTests]
[Test::Perl::Critic]
[Test::Kwalitee]
skiptest = no_symlinks
[AlienBase::Doc]
name = RtMidi
lib/Alien/RtMidi.pm view on Meta::CPAN
use strict;
use warnings;
package Alien::RtMidi;
# ABSTRACT: Install RtMidi
our $VERSION = '0.08';
use parent qw/ Alien::Base /;
1;
( run in 0.599 second using v1.01-cache-2.11-cpan-4d50c553e7e )