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

#!/usr/bin/env perl
use strict;
__PACKAGE__->main();
sub main {
return Module::ScanDeps::Static->main;
}
1;