in reply to Re^2: How to redefine a modules private function?
in thread How to redefine a modules private function?

Ticket: https://rt.cpan.org/Public/Bug/Display.html?id=141789

perl -e 'use Crypt::Digest::SHA256 qw[sha256_hex]; print substr(sha256_hex("the Answer To Life, The Universe And Everything"), 6, 2), "\n";'