Subject: | Test should not call "perl" |
The test file t/datafaker.t uses a hardcoded "perl" path. This is
problematic, as it is not guaranteed that the perl in PATH is the same
perl which is used to build the module (or maybe there's even no perl in
PATH at all).
This explains the many test failures which are visible on cpan testers.
It's better to use $^X instead of "perl".
Regards,
Slaven