summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-07-22 20:52:17 -0400
committerJesse Luehrs <doy@tozt.net>2013-07-22 20:52:17 -0400
commitb180d098f917be6835e10bcb6fe72f3907306570 (patch)
tree3d160625871fbcdc091706c96e3c121c2d6705f9 /lib
parentb5b19c5f6a9f7548feffeed47f4d483b81b4d5bc (diff)
downloadparse-keyword-b180d098f917be6835e10bcb6fe72f3907306570.tar.gz
parse-keyword-b180d098f917be6835e10bcb6fe72f3907306570.zip
note that lexical subs don't work (fixes #2)
Diffstat (limited to 'lib')
-rw-r--r--lib/Parse/Keyword.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Parse/Keyword.pm b/lib/Parse/Keyword.pm
index 7047482..3f93523 100644
--- a/lib/Parse/Keyword.pm
+++ b/lib/Parse/Keyword.pm
@@ -174,6 +174,10 @@ This module also inherits the limitation from L<Devel::CallParser> that custom
parsing is only triggered if the keyword is called by its unqualified name
(C<try>, not C<Try::try>, for instance).
+This module doesn't yet work with lexical subs, such as via
+L<Exporter::Lexical>. This will hopefully be fixed in the future, but will
+likely require modifications to perl.
+
Please report any bugs to GitHub Issues at
L<https://github.com/doy/parse-keyword/issues>.