develooper Front page | perl.perl6.language | Postings from January 2009

small patch to STD.pm

From:
Mark Lentczner
Date:
January 23, 2009 23:18
Subject:
small patch to STD.pm
Message ID:
491F6909-32B9-4E61-93C3-6F94936A5CA0@glyphic.com
This fixes a typo and enables X>>+<<X to be an operator...

	- MtnViewMark

Index: STD.pm
===================================================================
--- STD.pm	(revision 25009)
+++ STD.pm	(working copy)
@@ -1148,7 +1148,7 @@
      X [
      | <infix> X
      | <infix=infix_prefix_meta_operator> X
-    | <infix=infix_curcumfix_meta_operator> X
+    | <infix=infix_circumfix_meta_operator> X
      ]
      <!!{ $<O> = $<infix><O>; }>
      <!!lex1: 'cross'>




nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About