Wow, that's a lot of typos to have made it this long. :) Thanks! Jon
On Jun 10, 2007, at 8:53 AM, Andreas J. Koenig wrote: >>>>>> On Sun, 10 Jun 2007 13:00:11 +0200, andreas.koenig. >>>>>> [EMAIL PROTECTED] (Andreas J. Koenig) said: > >> --- lib/HTML/Mason/Devel.pod~ 2006-10-17 20:58:32.000000000 +0200 >> +++ lib/HTML/Mason/Devel.pod 2007-06-10 12:16:15.000000000 +0200 > > In the meantime I've read it to the end. The following patch > supercedes the first one. > > > --- /tmp/Devel.pod~ 2007-06-10 17:50:28.000000000 +0200 > +++ /tmp/Devel.pod 2007-06-10 17:50:28.000000000 +0200 > @@ -164,7 +164,7 @@ > B<% lines> > > Most useful for conditional and loop structures - if, while, foreach, > -, etc. - as well as side-effect commands like assignments. To improve > +etc. - as well as side-effect commands like assignments. To improve > readability, always put a space after the '%'. Examples: > > o Conditional code > @@ -1055,7 +1055,7 @@ > ... > </%init> > > -In addition, using C<$m> or <$r> in this section will not work in a > +In addition, using C<$m> or C<$r> in this section will not work in a > preloaded component, because neither of those variable exist when a > component is preloaded. > > @@ -1322,7 +1322,7 @@ > % } > > will be skipped by Mason, including component calls. While we don't > -recomend this for comments per se, it is a useful notation for > +recommend this for comments per se, it is a useful notation for > "commenting out" code that you don't want to run. > > =head2 HTML/XML/... comments > > > > -- > andreas > > ---------------------------------------------------------------------- > --- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Mason-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mason-users > ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Mason-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mason-users

