The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
div {
  foo: center == "center";
  foo: (a b c) == (a b c);
  foo: a b c == a b c;
  foo: compact(1 2 false 4) == compact(1 2 4);
  foo: compact(1 2 4) == compact(1 2 4, false);
}