From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
12345678 requires 'perl', '5.010';requires 'RxPerl';on 'test' => sub { requires 'Test2::V0'; requires 'Mojolicious', '8.15'; # for Mojo::Promise and Mojo::IOLoop};
requires
'perl'
,
'5.010'
;
'RxPerl'
on
'test'
=>
sub
{
'Test2::V0'
'Mojolicious'
'8.15'
# for Mojo::Promise and Mojo::IOLoop
};