The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
1234567—8910111213141516171819 #!perluse strict;use warnings;use Test::Requires::Scanner::CLI;Test::Requires::Scanner::CLI->run(@ARGV);__END__HideShow 12 lines of Pod=head1 SYNOPSIS % scan-test-requires=head1 DESCRIPTIONscan t/ and xt/ files and list the modules specified by Test::Requires.=head1 AUTHORSMasayuki Matsuki
#!perl
use
strict;
warnings;
Test::Requires::Scanner::CLI;
Test::Requires::Scanner::CLI->run(
@ARGV
);
__END__
=head1 SYNOPSIS
% scan-test-requires
=head1 DESCRIPTION
scan t/ and xt/ files and list the modules specified by Test::Requires.
=head1 AUTHORS
Masayuki Matsuki