diff options
Diffstat (limited to 'lib/feature.pm')
-rw-r--r-- | lib/feature.pm | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/feature.pm b/lib/feature.pm index fde2e6ac54..825ecac6d5 100644 --- a/lib/feature.pm +++ b/lib/feature.pm @@ -8,7 +8,6 @@ my %feature = ( "~~" => "feature_~~", say => "feature_say", err => "feature_err", - dor => "feature_err", state => "feature_state", ); @@ -99,10 +98,6 @@ operator. C<err> is a low-precedence variant of the C<//> operator: see C<perlop> for details. -=head2 the 'dor' feature - -The 'dor' feature is an alias for the 'err' feature. - =head2 the 'state' feature C<use feature 'state'> tells the compiler to enable C<state> |