The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

#!/usr/bin/perl -w
# Load testing for Module::Mapper
use strict;
BEGIN {
$| = 1;
}
use Test::More tests => 1;
# Load the modules
use_ok( 'Module::Mapper' );