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.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. >>