summaryrefslogtreecommitdiffstats
path: root/lib/Parse/Keyword.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Parse/Keyword.pm')
-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>.