package feature;
-our $VERSION = '1.22';
+our $VERSION = '1.23';
# (feature name) => (internal name, used in %^H)
my %feature = (
state => 'feature_state',
switch => 'feature_switch',
unicode_strings => 'feature_unicode',
+ dot => 'feature_dot',
);
# This gets set (for now) in $^H as well as in %^H,
This subpragma is available starting with Perl 5.11.3, but was not fully
implemented until 5.13.8.
+=head2 the 'dot' feature
+
+C<use feature 'dot'> tells the compiler to accept . everywhere it would
+normally accept -> and to accept ~ as concatenation.
+
=head1 FEATURE BUNDLES
It's possible to load a whole slew of features in one go, using