Subject: | No md5sum on FreeBSD systems |
On FreeBSD systems I see the following failure:
...
Output from './Build test':
Include: /home/cpansand/.cpan/build/2019012009/Data-Edit-Xml-20190119-4/in1/a.xml
Include: /home/cpansand/.cpan/build/2019012009/Data-Edit-Xml-20190119-4/in2/b.xml
md5sum: not found
Use of uninitialized value in string eq at (eval 98) line 5834.
# Looks like your test exited with 127 just after 1072.
test.pl ..
Dubious, test returned 127 (wstat 32512, 0x7f00)
Failed 11/1083 subtests
...
FreeBSD (and possibly other *BSD systems) has no md5sum, but there's a commandline tool named md5 (however, arguments and output is possibly different here than in the Linux variant).