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

# -*- mode: perl; -*-
use strict;
eval 'use Test::DistManifest';
plan skip_all => "Test::DistManifest required for testing the manifest"
if $@;
manifest_ok();