Skip to content

Commit

Permalink
Initialize the Perl object at BEGIN time to save runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
niner committed Feb 5, 2018
1 parent 382024e commit bdb4d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/core_epilogue.pm
Expand Up @@ -28,7 +28,7 @@ BEGIN {
Version.new('6');
Version.new('6.c');

my $perl := Perl.new;
my $perl := BEGIN Perl.new;
Rakudo::Internals.REGISTER-DYNAMIC: '$*PERL', {
PROCESS::<$PERL> := $perl;
}
Expand Down

0 comments on commit bdb4d34

Please sign in to comment.