summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-10-10 11:43:24 -0400
committerJesse Luehrs <doy@tozt.net>2013-10-10 11:43:24 -0400
commit44f9f26a650f111862899d4770b7409026ffa9d5 (patch)
treec2191bfda13390a01a1ae1c90c3f038ae17c8152
parent79cbee6ed9ec3f845db6fa70973fa92ece6567bc (diff)
downloadparse-keyword-44f9f26a650f111862899d4770b7409026ffa9d5.tar.gz
parse-keyword-44f9f26a650f111862899d4770b7409026ffa9d5.zip
stop podweaver from moving this to a less visible place
-rw-r--r--lib/Parse/Keyword.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Parse/Keyword.pm b/lib/Parse/Keyword.pm
index 469c6b1..9d9d093 100644
--- a/lib/Parse/Keyword.pm
+++ b/lib/Parse/Keyword.pm
@@ -40,7 +40,9 @@ XSLoader::load(
return (sub { ($try, $catch) }, 1);
}
-=head1 DO NOT USE!
+=head1 DESCRIPTION
+
+=head2 DO NOT USE!
This module has fundamental errors in the way it handles closures, which are
not fixable. Runtime keywords will never be able to work properly with the
@@ -50,8 +52,6 @@ that never call any of the C<parse_*> functions), but that is limiting enough
to make this module mostly worthless, and I likely won't be continuing to
maintain it. Be warned!
-=head1 DESCRIPTION
-
B<< NOTE: The API of this module is still in flux. I may make
backwards-incompatible changes as I figure out how it should look. >>