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

#!perl
use strict;
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