Skip to content

Commit

Permalink
Track code deprecation notice.
Browse files Browse the repository at this point in the history
Since we theoretically track the version of rakudo each release,
don't have to worry about older rakudo versions.
  • Loading branch information
coke committed Jul 29, 2022
1 parent 9c7470b commit 7450867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Pod/Convenience.rakumod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ elements from a given file.
=end overview


my $precomp-store = CompUnit::PrecompilationStore::File.new(:prefix($?FILE.IO.parent(3).child(".pod-precomp")));
my $precomp-store = CompUnit::PrecompilationStore::FileSystem.new(:prefix($?FILE.IO.parent(3).child(".pod-precomp")));
my $precomp = CompUnit::PrecompilationRepository::Default.new(store => $precomp-store);

sub extract-pod(IO() $file) is export {
Expand Down

0 comments on commit 7450867

Please sign in to comment.