summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-07-21 02:20:26 -0400
committerJesse Luehrs <doy@tozt.net>2013-07-21 02:20:26 -0400
commit82c7c18a4c0bd537a55cd9313afa9c5213006bb2 (patch)
tree97b85283f3d1af04f6eda40b59a6f713df271d78 /lib
parenta395a5656a81d6b44cd0b4d4b041a50d909c890c (diff)
downloadparse-keyword-82c7c18a4c0bd537a55cd9313afa9c5213006bb2.tar.gz
parse-keyword-82c7c18a4c0bd537a55cd9313afa9c5213006bb2.zip
rename this function
Diffstat (limited to 'lib')
-rw-r--r--lib/Parse/Keyword.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Parse/Keyword.pm b/lib/Parse/Keyword.pm
index ed183a3..b1ec347 100644
--- a/lib/Parse/Keyword.pm
+++ b/lib/Parse/Keyword.pm
@@ -29,7 +29,7 @@ sub import {
my @helpers = qw(
lex_peek
lex_read_space
- lex_read_to
+ lex_read
parse_block
);