Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 71b07aa842287fc28b95c3f8aebb0912fad16ea4
https://github.com/Perl/perl5/commit/71b07aa842287fc28b95c3f8aebb0912fad16ea4
Author: Tony Cook <[email protected]>
Date: 2021-02-09 (Tue, 09 Feb 2021)
Changed paths:
M t/opbasic/arith.t
Log Message:
-----------
files in t/opbasic shouldn't load test.pl
since they're the most basic of tests, it should avoid loading
any modules.
It currently loads Config (conditionally), but there's no way to avoid
that at this point.