summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-07-21 16:51:56 -0400
committerJesse Luehrs <doy@tozt.net>2013-07-21 16:51:56 -0400
commitd9ba2cbf2c8a35d2d11e2fa2f7fbd02d862bebfd (patch)
tree1b1fcdc7f2f5d88f5293a552fd61b2fde38c1327 /lib
parent597610ad1c915a5b004148fdb3151b0cec976790 (diff)
downloadparse-keyword-d9ba2cbf2c8a35d2d11e2fa2f7fbd02d862bebfd.tar.gz
parse-keyword-d9ba2cbf2c8a35d2d11e2fa2f7fbd02d862bebfd.zip
reorder some stuff
Diffstat (limited to 'lib')
-rw-r--r--lib/Parse/Keyword.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Parse/Keyword.pm b/lib/Parse/Keyword.pm
index 83acbbd..d49b7f1 100644
--- a/lib/Parse/Keyword.pm
+++ b/lib/Parse/Keyword.pm
@@ -46,12 +46,12 @@ sub import {
my @helpers = qw(
lex_peek
- lex_read_space
lex_read
+ lex_read_space
+ lex_stuff
parse_block
parse_arithexpr
compiling_package
- lex_stuff
);
for my $helper (@helpers) {