We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14ad7fa commit c378f15Copy full SHA for c378f15
xt/check-signatures.t
@@ -50,6 +50,11 @@ not (the inverse situation -- where we specify a return constraint that Rakudo
50
does not -- would not necessarily represent an error in the docs so long as
51
the function always does return that type)
52
53
+You may also wish to review certain skipped results: they may point
54
+to mistakes in the documentation - one example is methods that are
55
+defined on a role instead of a class - it will show up as skips but
56
+points to a need to move the documentation for that method.
57
+
58
=end SYNOPSIS
59
60
my $error = "To run check-signatures, please specify the path to the Rakudo git checkout with the RAKUDO_SRC environment variable";
0 commit comments