Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: 3dd0a22eb193fa78b733ebb676b52a8a2b795764
https://github.com/perl6/specs/commit/3dd0a22eb193fa78b733ebb676b52a8a2b795764
Author: Larry Wall <[email protected]>
Date: 2013-03-06 (Wed, 06 Mar 2013)
Changed paths:
M S03-operators.pod
Log Message:
-----------
Include Failure in smartmatch passthroughs
Only actual failure objects pass through. You can match against Failure
as a literal type. Presumably this can be distinguished by Failure.ACCEPTS.