Subject: | System perl used in tests |
It seems that the system perl is used in the test suite, which would explain the many fail reports on CPAN Testers: http://matrix.cpantesters.org/?dist=App-SimpleScan+3.01
Without looking at the code, usually a viable solution is to use $^X when calling external perl scripts within the test suite.