The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
package main;

use 5.006002;

use strict;
use warnings;

use Test::More 0.88;	# Because of done_testing();

require_ok 'PDQ';

is( PDQ->instrument(), 'windbreaker', 'PDQ plays the windbreaker' );

done_testing;

1;

# ex: set textwidth=72 :