Change 29820 by [EMAIL PROTECTED] on 2007/01/15 12:42:36
Remove the "dor" feature alias.
Affected files ...
... //depot/perl/lib/feature.pm#13 edit
Differences ...
==== //depot/perl/lib/feature.pm#13 (text) ====
Index: perl/lib/feature.pm
--- perl/lib/feature.pm#12~29819~ 2007-01-15 04:41:28.000000000 -0800
+++ perl/lib/feature.pm 2007-01-15 04:42:36.000000000 -0800
@@ -8,7 +8,6 @@
"~~" => "feature_~~",
say => "feature_say",
err => "feature_err",
- dor => "feature_err",
state => "feature_state",
);
@@ -99,10 +98,6 @@
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>
End of Patch.