Remove the "dor" feature alias.
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Mon, 15 Jan 2007 12:42:36 +0000 (12:42 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Mon, 15 Jan 2007 12:42:36 +0000 (12:42 +0000)
p4raw-id: //depot/perl@29820

lib/feature.pm

index fde2e6a..825ecac 100644 (file)
@@ -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>