Skip to content

Commit

Permalink
Fix version in generated file in test...
Browse files Browse the repository at this point in the history
  • Loading branch information
2colours committed Jan 5, 2024
1 parent d0bff76 commit 1037352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xt/01-actual.t
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ subtest "META6 description", {
my $meta = from-json( "META6.json".IO.slurp );
is $meta<description>, "blah blah blah", "Default generated description";
"lib/Hello.rakumod".IO.spurt: q:to/EOF/;
use v6.c;
use v6.d;
unit module Hello;
=begin pod
Expand Down

0 comments on commit 1037352

Please sign in to comment.