From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
1234567891011 requires 'perl', '5.008001';on 'test' => sub { requires 'Test::More', '0.98'; requires 'Test::Exception';};requires 'XML::LibXML';requires 'HTML::Selector::XPath';requires 'JSON' => "2.90";
requires
'perl'
,
'5.008001'
;
on
'test'
=>
sub
{
'Test::More'
'0.98'
'Test::Exception'
};
'XML::LibXML'
'HTML::Selector::XPath'
'JSON'
"2.90"