The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
#!/usr/bin/perl -w
use strict;

use Test::More tests => 5;

BEGIN {
    use_ok('CPAN::Testers::WWW::Admin');
    use_ok('Labyrinth::Plugin::CPAN');
    use_ok('Labyrinth::Plugin::CPAN::Admin');
    use_ok('Labyrinth::Plugin::CPAN::Author');
    use_ok('Labyrinth::Plugin::CPAN::Tester');
}