This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
podcheck: Make sure digest gets a byte string
authorKarl Williamson <khw@cpan.org>
Thu, 17 Feb 2022 02:23:35 +0000 (19:23 -0700)
committerKarl Williamson <khw@cpan.org>
Thu, 17 Feb 2022 02:31:20 +0000 (19:31 -0700)
commit91055b9d3024e579828bf691facaa94aa1aa74f3
treec9ad2bec520412324f2be5d341ddd749196409b8
parent39e50deee0a68655f5389f185655cf21baff612c
podcheck: Make sure digest gets a byte string

Digest only accepts bytes; this makes sure it doesn't get UTF-8 encoded
characters.
t/porting/podcheck.t