The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more
1234567891011121314 #!perluse strict;use warnings;use Test::FailWarnings -allow_deps => 1;use Test::More tests => 1;BEGIN{ use_ok( 'App::GitHooks::Plugin::PerlInterpreter' );}diag( "Testing App::GitHooks::Plugin::PerlInterpreter $App::GitHooks::Plugin::PerlInterpreter::VERSION, Perl $], $^X" );
#!perl
use
strict;
warnings;
Test::FailWarnings
-allow_deps
=> 1;
Test::More
tests
BEGIN
{
use_ok(
'App::GitHooks::Plugin::PerlInterpreter'
);
}
diag(
"Testing App::GitHooks::Plugin::PerlInterpreter $App::GitHooks::Plugin::PerlInterpreter::VERSION, Perl $], $^X"