The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
use Test::More;
plan skip_all => 'Need to do more work fixing pod code snippets';

eval "use Test::Pod::Snippets";
plan skip_all => "Test::Pod::Snippets required" if $@;

my @modules = qw/ AnyData /;
plan tests => 3;

my $tps = Test::Pod::Snippets->new;

$tps->runtest( module => $_, testgroup => 1 ) for @modules;