Merge branch 'tie-scalar' into blead
[p5sagit/p5-mst-13.2.git] / lib / feature.pm
index 5802f00..103e3bb 100644 (file)
@@ -1,6 +1,6 @@
 package feature;
 
-our $VERSION = '1.14';
+our $VERSION = '1.15';
 
 # (feature name) => (internal name, used in %^H)
 my %feature = (
@@ -12,6 +12,7 @@ my %feature = (
 
 # This gets set (for now) in $^H as well as in %^H,
 # for runtime speed of the uc/lc/ucfirst/lcfirst functions.
+# See HINT_UNI_8_BIT in perl.h.
 our $hint_uni8bit = 0x00000800;
 
 # NB. the latest bundle must be loaded by the -E switch (see toke.c)