We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa27064 + f8fc0ee commit 46466eaCopy full SHA for 46466ea
1 file changed
t/README
@@ -629,11 +629,18 @@ See the prereq argument to the test_* functions in the "Test harness
629
library" section above and the "test_have_prereq" function for how to
630
use these, and "test_set_prereq" for how to define your own.
631
632
- - PERL & PYTHON
+ - PYTHON
633
634
- Git wasn't compiled with NO_PERL=YesPlease or
635
- NO_PYTHON=YesPlease. Wrap any tests that need Perl or Python in
636
- these.
+ Git wasn't compiled with NO_PYTHON=YesPlease. Wrap any tests that
+ need Python with this.
+
637
+ - PERL
638
639
+ Git wasn't compiled with NO_PERL=YesPlease.
640
641
+ Even without the PERL prerequisite, tests can assume there is a
642
+ usable perl interpreter at $PERL_PATH, though it need not be
643
+ particularly modern.
644
645
- POSIXPERM
646
0 commit comments