Skip to content

Commit

Permalink
[js] Add browser to the list of know DISTRO and KERNEL names
Browse files Browse the repository at this point in the history
  • Loading branch information
pmurias committed Dec 29, 2018
1 parent 8f2d9ed commit fc39f5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/Perl.pm6
Expand Up @@ -11,8 +11,8 @@ class Perl does Systemic {

method VMnames { <moar jvm js> }

method DISTROnames { <macosx linux freebsd mswin32 openbsd dragonfly netbsd> }
method KERNELnames { <darwin linux freebsd openbsd netbsd dragonfly win32> }
method DISTROnames { <macosx linux freebsd mswin32 openbsd dragonfly netbsd browser> }
method KERNELnames { <darwin linux freebsd openbsd netbsd dragonfly win32 browser> }
}

# vim: ft=perl6 expandtab sw=4

0 comments on commit fc39f5f

Please sign in to comment.