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 e588bd1 commit a0feca0Copy full SHA for a0feca0
lib/Pod/Cache.rakumod
@@ -5,6 +5,8 @@ unit class Pod::Cache;
5
Given a filename, generate a cached, rendered text version of the POD
6
in that file. Return the C<IO> of the cached file.
7
8
+Use the new RakuAST generation as it's speedier (and more likely to be correct).
9
+
10
=end overview
11
12
method cache-file(Str $file --> Str) {
0 commit comments