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

#!/usr/bin/perl
use strict;
BEGIN {
$| = 1;
}
#####################################################################
# Complete Generation Run
# Create the dist object
my $dist = Test::Perl::Dist->new_test_class_medium(
903, '5101', 'Perl::Dist::WiX',
msi => 0,
zip => 1,
);
test_run_dist( $dist );
test_verify_files_medium(903, '510');
done_testing();