diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-12-22 21:41:00 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-12-24 09:25:17 -0800 |
commit | 3fff342746894147cd83bf8e339f63346475018a (patch) | |
tree | 937d56f67f7776316964c44a2b982d16afa52a88 /embed.fnc | |
parent | c6b36e452c0b3d11d99efcc36f6a80394940f0c3 (diff) | |
download | perl-3fff342746894147cd83bf8e339f63346475018a.tar.gz |
Eliminate ‘negative’ features
Now that we have hints in $^H to indicate the default feature bun-
dle, there is no need for entries in %^H that turn features off by
their presence.
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2574,6 +2574,6 @@ op |void |populate_isa |NN const char *name|STRLEN len|... : Used in keywords.c and toke.c Xop |bool |feature_is_enabled|NN const char *const name \ - |STRLEN namelen|bool negate + |STRLEN namelen : ex: set ts=8 sts=4 sw=4 noet: |