From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

#!perl -T
use 5.006;
use strict;
plan tests => 1;
BEGIN {
use_ok( 'Module::Generate::Hash' ) || print "Bail out!\n";
}
diag( "Testing Module::Generate::Hash $Module::Generate::Hash::VERSION, Perl $], $^X" );