From 44f9f26a650f111862899d4770b7409026ffa9d5 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 10 Oct 2013 11:43:24 -0400 Subject: stop podweaver from moving this to a less visible place --- lib/Parse/Keyword.pm | 6 +++--- 1 file 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 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. >> -- cgit v1.2.3-54-g00ecf