Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Small tweaks to $*PERL
  • Loading branch information
lizmat committed May 31, 2014
1 parent cdd29a5 commit 45f905e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/core/Perl.pm
Expand Up @@ -3,10 +3,8 @@ class Perl does Systemic {

submethod BUILD (
:$!name = 'Perl 6',
:$!auth = "unknown",
:$!auth = "The Perl Foundation",
:$!version = Version.new("unknown"),
:$!signature = Blob,
:$!desc = "",
:$!compiler = Compiler.new,
) { }

Expand Down

0 comments on commit 45f905e

Please sign in to comment.