From 524a763297ccf4918771108cb4aa79d4464ea858 Mon Sep 17 00:00:00 2001 From: Elizabeth Mattijsen Date: Fri, 11 Sep 2015 11:10:36 +0200 Subject: [PATCH] "cached" is one of the possible Routine traits --- src/core/traits.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/traits.pm b/src/core/traits.pm index cc5cc0d3fb4..808af167643 100644 --- a/src/core/traits.pm +++ b/src/core/traits.pm @@ -137,7 +137,7 @@ multi sub trait_mod:(Routine:D $r, |c ) { subtype => c.hash.keys[0], declaring => ' ' ~ lc( $r.^name ), highexpect => ('rw parcel hidden-from-backtrace hidden-from-USAGE', - 'pure default DEPRECATED inlinable nodal', + 'cached pure default DEPRECATED inlinable nodal', 'prec equiv tighter looser assoc leading_docs trailing_docs' ), ).throw; }