Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more
12345678910 # TODO: Find and fill-in the right versions for these modulesrequires 'perl', '5.016';requires 'Mojolicious', '8.00';requires 'Role::Tiny', '2.001001';requires 'Class::Method::Modifiers', '1.05';on 'test' => sub { requires 'Test::More', '0.98';};
# TODO: Find and fill-in the right versions for these modules
requires
'perl'
,
'5.016'
;
'Mojolicious'
'8.00'
'Role::Tiny'
'2.001001'
'Class::Method::Modifiers'
'1.05'
on
'test'
=>
sub
{
'Test::More'
'0.98'
};