81a94a2 Require Hash::Util

Authored and Committed by ppisar 4 years ago
    Require Hash::Util
    
    Data::Dump::Streamer loads Hash::Util on recent perls in order to
    provide Data::Dump::Streamer::lock_ref_keys() implementation that
    uses Hash::Util::lock_keys().
    
    A failure to load Hash::Util is missed because the load is hidden in
    an eval argument for some other reasons. Then the tests fail in
    Data::Dump::Streamer::AUTOLOAD() on locating nonexistent lock_keys().
    
    I wanted to report it to the upstream but than I noticed, that Build.PL
    declares the dependency.
    
        
  • Build completed
    success
    Built as perl-Data-Dump-Streamer-2.40-13.fc32
    4 years ago
  • Build completed
    success
    Built as perl-Data-Dump-Streamer-2.40-13.el9
    2 years ago
file modified
+6 -1