From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
1234567891011 #!/usr/bin/env perluse strict;use warnings;use Test::More;use_ok 'MIDI::RtController::Filter::CC';diag 'live testing is not possible';done_testing();
#!/usr/bin/env perl
use
strict;
warnings;
Test::More;
use_ok
'MIDI::RtController::Filter::CC'
;
diag
'live testing is not possible'
done_testing();