diff options
author | Karl Williamson <public@khwilliamson.com> | 2013-01-06 22:50:54 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2013-01-11 11:50:35 -0700 |
commit | db620012e3c21bdb5f2ed962b3d3526ba337f721 (patch) | |
tree | db0d09e820eef048ffc17492d7d351fd05bffa19 /warnings.h | |
parent | b67d718a3a2383d6737032d9ab26efd2a0ba2d9b (diff) | |
download | perl-db620012e3c21bdb5f2ed962b3d3526ba337f721.tar.gz |
Create new warnings category experimental::regex_sets
This on-by-default warning will be raised upon use of the
soon-to-be-delivered regex sets feature. The syntax used is currently
invalid, so no feature activation is necessary.
The purpose of this warning is to make sure that any user is properly
notified that this feature is experimental and subject to change
Diffstat (limited to 'warnings.h')
-rw-r--r-- | warnings.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/warnings.h b/warnings.h index 974f451d66..3133df0c17 100644 --- a/warnings.h +++ b/warnings.h @@ -91,6 +91,7 @@ #define WARN_EXPERIMENTAL 51 #define WARN_EXPERIMENTAL__LEXICAL_SUBS 52 +#define WARN_EXPERIMENTAL__REGEX_SETS 53 #define WARNsize 14 #define WARN_ALLstring "\125\125\125\125\125\125\125\125\125\125\125\125\125\125" |