From: Rafael Garcia-Suarez Date: Mon, 15 Jan 2007 12:42:36 +0000 (+0000) Subject: Remove the "dor" feature alias. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5aae453445632c7b5e937ed90affb776f065029d;p=p5sagit%2Fp5-mst-13.2.git Remove the "dor" feature alias. p4raw-id: //depot/perl@29820 --- diff --git a/lib/feature.pm b/lib/feature.pm index fde2e6a..825ecac 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 is a low-precedence variant of the C operator: see C for details. -=head2 the 'dor' feature - -The 'dor' feature is an alias for the 'err' feature. - =head2 the 'state' feature C tells the compiler to enable C