The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more
123456789101112 # -*- mode: perl; -*-use strict;use warnings;use Test::More;eval 'use Test::DistManifest';plan skip_all => "Test::DistManifest required for testing the manifest" if $@;manifest_ok();
# -*- mode: perl; -*-
use
strict;
warnings;
Test::More;
eval
'use Test::DistManifest'
;
plan
skip_all
=>
"Test::DistManifest required for testing the manifest"
if
$@;
manifest_ok();