Skip to content

Commit

Permalink
Decontainerized Variants
Browse files Browse the repository at this point in the history
  • Loading branch information
alabamenhu authored Jun 26, 2020
1 parent a2ef225 commit 0792590
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Intl/LanguageTag.pm6
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class LanguageTag is export {
language => %base<language>,
script => (%base<script> // Script.new(:code(''))),
region => (%base<region> // Region.new(:code(''))),
variants => %base<variants>,
variants => %base<variants><>,
extensions => %base<extensions><>,
privateuses => @privateuses
}
Expand Down Expand Up @@ -1026,4 +1026,4 @@ sub lookup-language-tags(@available-tags, @preferences-tags, $default = Language
}

$single ?? @smart-order.head !! @smart-order.unique( as => Str, with => &[eq]);
}
}

0 comments on commit 0792590

Please sign in to comment.