The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
12345678 # No specific version neededrequires 'JSON::XS';requires 'Path::Tiny';requires 'JSON::Validator';requires 'Text::CSV_XS';requires 'Term::ANSIColor';requires 'Scalar::Util', '>= 1.50'; # core
# No specific version needed
requires
'JSON::XS'
;
'Path::Tiny'
'JSON::Validator'
'Text::CSV_XS'
'Term::ANSIColor'
'Scalar::Util'
,
'>= 1.50'
# core