The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

#!perl -T
use 5.006;
use strict;
plan tests => 1;
BEGIN {
use_ok( 'Proc::ProcessTable::Match::WChan' ) || print "Bail out!\n";
}
diag( "Testing Proc::ProcessTable::Match::WChan $Proc::ProcessTable::Match::WChan::VERSION, Perl $], $^X" );