X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Ffeature.pm;h=238820e72311ff34f310078f19012e6113be7db2;hb=aa10195b3aa19bb4f167204cdce8fb75d361ccb8;hp=240d46dc467ae95d81c63bcf4f4e44c22f74f352;hpb=712d05cf9bbf674929d5e38c5bb989d87c51f19b;p=p5sagit%2Fp5-mst-13.2.git 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