From b180d098f917be6835e10bcb6fe72f3907306570 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 22 Jul 2013 20:52:17 -0400 Subject: note that lexical subs don't work (fixes #2) --- lib/Parse/Keyword.pm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib') 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 that custom parsing is only triggered if the keyword is called by its unqualified name (C, not C, for instance). +This module doesn't yet work with lexical subs, such as via +L. This will hopefully be fixed in the future, but will +likely require modifications to perl. + Please report any bugs to GitHub Issues at L. -- cgit v1.2.3-54-g00ecf