=head2 Switch statement changes
The handling of complex expressions by the C<given>/C<when> switch
-statement has been enhanced. There are three new cases where C<when> now
+statement has been enhanced. There are two new cases where C<when> now
inteprets its argument as a boolean, instead of an expression to be used
in a smart match:
=over 4
-=item file tests
-
-File tests that return a boolean value (that excludes C<-s>, C<-M>, C<-A>,
-and C<-C>):
-
- when (-f $file) { say "$file is a file" }
-
=item flip-flop operators
The C<..> and C<...> flip-flop operators are evaluated in boolean context,