summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-07-22 19:39:31 -0400
committerJesse Luehrs <doy@tozt.net>2013-07-22 19:39:31 -0400
commit2888936658f395416cb183aa8a5f24e6e3ea585c (patch)
tree6d4645c466148e4558e0b27efe37dc328bf27229
parent485f6c2b0f3c69c94458b67c797e4d4eb63c6c3e (diff)
downloadparse-keyword-2888936658f395416cb183aa8a5f24e6e3ea585c.tar.gz
parse-keyword-2888936658f395416cb183aa8a5f24e6e3ea585c.zip
note that this module is experimental
-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