Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Implement Perl.DISTROnames
  • Loading branch information
lizmat committed May 31, 2014
1 parent b91eeb4 commit 08ff7e1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/core/Perl.pm
Expand Up @@ -11,6 +11,20 @@ class Perl does Systemic {
) { }

method VMnames { <moar jvm parrot> }

method DISTROnames {
(
#?if parrot
<macosx linux freebsd mswin32 mingw msys cygwin solaris haiku openbsd>
#?endif
#?if jvm
<macosx linux mswin32>
#?endif
#?if moar
<macosx linux mswin32>
#?endif
)
}
}
PROCESS::<$PERL> := Perl.new;

Expand Down

0 comments on commit 08ff7e1

Please sign in to comment.