The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

#!/usr/bin/env perl
use strict;
use Test::More tests => 1;
require_ok( 'Module::Lazy' )
or print "Bail out! Failed to load Module::Lazy";
diag( "Testing Module::Lazy $Module::Lazy::VERSION, Perl $], $^X" );