Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Default from is 'Perl6' nowadays
  • Loading branch information
lizmat committed Jul 9, 2014
1 parent 7b27642 commit 31404a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/CompUnit.pm
Expand Up @@ -8,7 +8,7 @@ class CompUnit {
has Bool $.loaded;

my Lock $global = Lock.new;
my $default-from = 'perl6';
my $default-from = 'Perl6';
my %instances;

method new( $path is copy, :$name, :$extension, :$from = $default-from ) {
Expand Down

0 comments on commit 31404a4

Please sign in to comment.