From: Yuval Kogman Date: Thu, 8 Oct 2009 16:01:46 +0000 (+0200) Subject: Mention Sub::Import in docs X-Git-Tag: Try-Tiny-0.03~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6157bcb8881a5b7bd1be92206b1bc9a3fd72ef86;p=p5sagit%2FTry-Tiny.git Mention Sub::Import in docs --- diff --git a/lib/Try/Tiny.pm b/lib/Try/Tiny.pm index 708a67e..5212a30 100644 --- a/lib/Try/Tiny.pm +++ b/lib/Try/Tiny.pm @@ -134,8 +134,8 @@ of error values (simple strings, references, objects, overloaded objects, etc). All functions are exported by default using L. -In the future L may be used to allow the keywords to be renamed, -but this technically does not satisfy Adam Kennedy's definition of "Tiny". +If you need to rename the C or C keyword consider using +L to get L's flexibility. =over 4