The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

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