Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
p6doc just uses this under the hood anyway
  • Loading branch information
coke committed Oct 19, 2016
1 parent ae026d1 commit 56083d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xt/aspell.t
Expand Up @@ -40,7 +40,7 @@ $dict.say("xt/code.pws".IO.slurp.chomp);
$dict.close;

for @files -> $file {
my $pod2text = run('perl6', 'bin/p6doc', $file, :out);
my $pod2text = run('perl6', '--doc', $file, :out);

my $fixer = run('awk', 'BEGIN {print "!"} {print "^" $0}', :in($pod2text.out), :out);

Expand Down

0 comments on commit 56083d5

Please sign in to comment.