diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-01-15 12:42:36 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-01-15 12:42:36 +0000 |
commit | 5aae453445632c7b5e937ed90affb776f065029d (patch) | |
tree | f846c8a4ef95b4cbc7576164bd3db0dbf16ad79d /lib/feature.pm | |
parent | 5e36ed56d59bb479b1100b8ad146953872a4b692 (diff) | |
download | perl-5aae453445632c7b5e937ed90affb776f065029d.tar.gz |
Remove the "dor" feature alias.
p4raw-id: //depot/perl@29820
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> |