Binary package “libtime-duration-parse-perl” in ubuntu focal

module to parse a string that represents a time duration

 Time::Duration::Parse is a module to parse human readable duration
 strings like 2 minutes and 3 seconds to seconds.
 .
 parse_duration '6 Minutes and 3 seconds' == 363 ;