Re: [svn:perl6-synopsis] r7795 - doc/trunk/design/syn

2006-02-24 Thread Larry Wall
On Thu, Feb 23, 2006 at 02:48:46PM +, Nicholas Clark wrote:
: Would it be better to do that automatically with svn tag expansion?

Yes, it would.  Feel free, I'm not very svn-tag-expansion-aware yet.

Larry


Re: [svn:perl6-synopsis] r7795 - doc/trunk/design/syn

2006-02-24 Thread Nicholas Clark
On Fri, Feb 24, 2006 at 05:05:03AM -0800, Larry Wall wrote:
 On Thu, Feb 23, 2006 at 02:48:46PM +, Nicholas Clark wrote:
 : Would it be better to do that automatically with svn tag expansion?
 
 Yes, it would.  Feel free, I'm not very svn-tag-expansion-aware yet.

Well, there's this slight problem that I don't have commit access to the
repository in question.

Nicholas Clark


[svn:perl6-synopsis] r7795 - doc/trunk/design/syn

2006-02-23 Thread larry
Author: larry
Date: Thu Feb 23 06:15:20 2006
New Revision: 7795

Modified:
   doc/trunk/design/syn/S12.pod
Log:
Typo, plus audrey forgot to increment version.


Modified: doc/trunk/design/syn/S12.pod
==
--- doc/trunk/design/syn/S12.pod(original)
+++ doc/trunk/design/syn/S12.podThu Feb 23 06:15:20 2006
@@ -12,9 +12,9 @@ Larry Wall [EMAIL PROTECTED]
 
   Maintainer: Larry Wall [EMAIL PROTECTED]
   Date: 27 Oct 2004
-  Last Modified: 22 Feb 2006
+  Last Modified: 23 Feb 2006
   Number: 12
-  Version: 9
+  Version: 10
 
 =head1 Overview
 
@@ -310,7 +310,7 @@ which as a singleton object knows your p
 our $count;
 method ^count { return $count }
 
-Such an Imetaclass method is always delegated to C.meta just as method like
+Such a Imetaclass method is always delegated to C.meta just as method like
 C.does are, so it's possible to call this as CDog.count or C$dog.count.
 However, best practice is probably to call such a class method as CDog.^count
 or C$dog.^count to make it clear that it's in its own namespace separate


Re: [svn:perl6-synopsis] r7795 - doc/trunk/design/syn

2006-02-23 Thread Nicholas Clark
On Thu, Feb 23, 2006 at 02:15:21PM -, [EMAIL PROTECTED] wrote:

 Modified: doc/trunk/design/syn/S12.pod
 ==
 --- doc/trunk/design/syn/S12.pod  (original)
 +++ doc/trunk/design/syn/S12.pod  Thu Feb 23 06:15:20 2006
 @@ -12,9 +12,9 @@ Larry Wall [EMAIL PROTECTED]
  
Maintainer: Larry Wall [EMAIL PROTECTED]
Date: 27 Oct 2004
 -  Last Modified: 22 Feb 2006
 +  Last Modified: 23 Feb 2006
Number: 12

Would it be better to do that automatically with svn tag expansion?

Nicholas Clark


Re: [svn:perl6-synopsis] r7795 - doc/trunk/design/syn

2006-02-23 Thread Aankhen
On 23 Feb 2006 14:15:21 -, [EMAIL PROTECTED]
 Log:
 Typo, plus audrey forgot to increment version.

There seems to be another typo on the same line: just as method like
instead of just as methods like.

Aankhen
--
Why don't you go on a diet!
Because I like to eat!  Is that a crime?