From 2888936658f395416cb183aa8a5f24e6e3ea585c Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 22 Jul 2013 19:39:31 -0400 Subject: note that this module is experimental --- lib/Parse/Keyword.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib') 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, except that it uses the Perl parser API introduced in Perl 5.14 in order to -- cgit v1.2.3-54-g00ecf