Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more
12345678 #!perl -Tuse strict;use warnings;use Test::More;use Test::CheckManifest 0.9;ok_manifest({exclude => ['/.git', '/.travis.yml']});
#!perl -T
use
strict;
warnings;
Test::More;
Test::CheckManifest 0.9;
ok_manifest({
exclude
=> [
'/.git'
,
'/.travis.yml'
]});