Bob Rogers wrote:
I can't log in, though that may just be because I've forgotten the
password. But the odd thing is that the "Reset Password" page says "The
email and username do not match a known account", even though I know my
ID is "rgrjr" and there are only a few possible email addresses I
On Tue, Jan 13, 2009 at 10:17 PM, Will Coleda via RT
wrote:
> On Wed Nov 05 13:04:11 2008, chroma...@wgz.org wrote:
>> On Wednesday 22 October 2008 09:28:38 Bernhard Schmalhofer via RT wrote:
>>
>> > Does this mean that this ticket can be closed and the deprecation item
>> > in DEPRECATED.pod be r
On Mon, Jan 12, 2009 at 6:26 PM, Ovid
wrote:
> - Original Message
>
> > From: jason switzer
>
> > If we wanted language dependent version, use :leading, :trailing, and
> :both.
> > That will require each implementation properly handle the language
> > variations.
>
> I think :start and :
Author: kjs
Date: Tue Jan 13 06:52:29 2009
New Revision: 35488
Modified:
trunk/docs/pdds/pdd19_pir.pod
Log:
[pdd19] Be more explicit; if you don't specify a :main flag, execution starts
at the top.
Modified: trunk/docs/pdds/pdd19_pir.pod
=
- Original Message
> From: jason switzer
> If we wanted language dependent version, use :leading, :trailing, and :both.
> That will require each implementation properly handle the language
> variations.
I think :start and :end are my favorites. Huffman++ (maybe :begin and :end for
c
On Mon, Jan 12, 2009 at 9:07 AM, jesse wrote:
>
> 'left' and 'right' are probably not the right names for functions which
> trim leading and/or trailing space, since their meanings get somewhat
> ambiguous if a language renders right-to-left instead of left-to-right
> or vice-versa
>
I'm in favo
Ovid wrote:
> Seems Larry's agreed to the .trim method. There are bits that are not agreed
> upon, so this patch only implements what we've agreed upon. It relies on the
> new S29-str/trim.t test in pugs. I committed that earlier and updated
> t/spectest.data.
>
>
> In other words, the pat