Minor typo?

On Apr 25, 2007, at 1:06 , [EMAIL PROTECTED] wrote:

 Run-time mixins are done with C<does> and C<but>.  The C<does> binary
operator is a mutator that derives a new anonymous class (if necessary)
 and binds the object to it:

     $fido does Sentry

-The C<does> operator is non-associative, so this is a syntax error:
+The C<does> infix operator is non-associative, so this is a syntax error:

     $fido does Sentry does Tricks does TailChasing does Scratch;

Given the second example, should the first have a trailing semicolon?

--
brandon s. allbery [solaris,freebsd,perl,pugs,haskell] [EMAIL PROTECTED] system administrator [openafs,heimdal,too many hats] [EMAIL PROTECTED] electrical and computer engineering, carnegie mellon university KF8NH


Reply via email to