debugger test could hang if run with umask 0002
[p5sagit/p5-mst-13.2.git] / lib / feature.pm
index 240d46d..238820e 100644 (file)
@@ -8,6 +8,7 @@ my %feature = (
     "~~"   => "feature_~~",
     say    => "feature_say",
     err    => "feature_err",
+    dor    => "feature_err",
     state  => "feature_state",
 );
 
@@ -82,6 +83,10 @@ operator from here to the end of the enclosing BLOCK.
 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>