Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more

#!perl -w
use strict;
use Test::DescribeMe qw(author);
use Test::Needs 'Test::Pod::LinkCheck';
Test::Pod::LinkCheck->import();
Test::Pod::LinkCheck->new->all_pod_ok();