File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ Synopsis 3: Perl 6 Operators
14
14
15
15
Created: 8 Mar 2004
16
16
17
- Last Modified: 23 Feb 2013
18
- Version: 260
17
+ Last Modified: 6 Mar 2013
18
+ Version: 261
19
19
20
20
=head1 Overview
21
21
@@ -3594,13 +3594,15 @@ as a default because the more specific types listed above it didn't match.
3594
3594
Any False ~~ False match (parsewarn on literal token)
3595
3595
Any Match ~~ Successful match (parsewarn on literal token)
3596
3596
Any Nil ~~ Benign failure (parsewarn on literal token)
3597
+ Any Failure Failure type check (okay, matches against type)
3597
3598
Any * block signature match block successfully binds to |$_
3598
3599
3599
3600
Any Callable:($) item sub truth X($_)
3600
3601
Any Callable:() simple closure truth X() (ignoring $_)
3601
3602
Any Bool simple truth X (treats Bool value as success/failure)
3602
3603
Any Match match success X (treats Match value as success)
3603
3604
Any Nil benign failure X (treats Nil value as failure)
3605
+ Any Failure malign failure X (passes Failure object through)
3604
3606
Any Numeric numeric equality +$_ == X
3605
3607
Any Stringy string equality ~$_ eq X
3606
3608
Any Whatever always matches True
You can’t perform that action at this time.
0 commit comments