The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Text::CSV::Track::Min - same as Text::CSV::Track but stores the smallest value

VERSION

This documentation refers to version 0.3.

SYNOPSIS

see Text::CSV::Track as this is inherited object from it.

DESCRIPTION

Only difference to Track is that before value is changed it is compared to the old one. It it's higher then the value is updated if not old value persists.