summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/Parse/Keyword.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Parse/Keyword.pm b/lib/Parse/Keyword.pm
index 78a580a..f459937 100644
--- a/lib/Parse/Keyword.pm
+++ b/lib/Parse/Keyword.pm
@@ -40,6 +40,9 @@ XSLoader::load(
=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. >>
+
This module allows you to write keyword-based syntax extensions without
requiring you to write any C code yourself. It is similar to L<Devel::Declare>,
except that it uses the Perl parser API introduced in Perl 5.14 in order to