Skip to content

Commit

Permalink
Revert "Change the default "from" to "Raku""
Browse files Browse the repository at this point in the history
This reverts commit 6354c91.

Hmmm... looks like this breaks zef, will look more in depth later
  • Loading branch information
lizmat committed Feb 22, 2020
1 parent 6354c91 commit 8dcf652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core.c/CompUnit.pm6
Expand Up @@ -21,7 +21,7 @@ class CompUnit {
# (if known).
has Distribution $.distribution;

my constant $default-from = 'Raku';
my $default-from = 'Perl6';

method new(CompUnit:U:
Str :$short-name is copy,
Expand Down

0 comments on commit 8dcf652

Please sign in to comment.