From: Rafael Garcia-Suarez Date: Wed, 7 Jun 2006 08:47:49 +0000 (+0000) Subject: Make "use feature 'dor'" an alias for "use feature 'err'" X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c0cd9745eff7ade24b21241c8d00f081a66d24b8;p=p5sagit%2Fp5-mst-13.2.git Make "use feature 'dor'" an alias for "use feature 'err'" p4raw-id: //depot/perl@28365 --- diff --git a/lib/feature.pm b/lib/feature.pm index 240d46d..238820e 100644 --- a/lib/feature.pm +++ b/lib/feature.pm @@ -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 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