Revision history for Datafile-Array.pm

1.05 2025-01-18
    - Added pure-Perl CSV parsing with multi-line record support
    - Added prefix mode (H/R convention) for header and data lines
    - Added search filtering with regex/string/array patterns
    - Added verbose messaging for debugging
    - Added atomic writes with temp file + rename
    - Added configurable delimiters
    - Added header detection and explicit field names
    - Added trimming of whitespace from values
    - Added comment handling and top-comment insertion on write
    - Added file permissions control
    - Added backup option for writes
    - Fixed consistent error handling (return instead of die)
    - Fixed UTF-8 encoding support
    - Improved test coverage