On Tue, Mar 27, 2001 at 08:45:03AM -0600, Jarkko Hietaniemi wrote:
> On Mon, Mar 26, 2001 at 02:11:47PM -0500, Benjamin Sugars wrote:
> > On Fri, 23 Mar 2001, Peter Prymmer wrote:
> > 
> > > > +mkdir "PtEeRsLt.dir", 0777;
> > > > +chdir "PtEeRsLt.dir";
> > > 
> > > is there any chance that you might be convinced to use a more portable
> > > directory name like say "pteerslt"?  Thanks for any thoughts you might
> > > have on the matter.
> > 
> > Here's another patch using pteerslt instead of PtEeRsLt.dir.  I wonder if
> > these tests even apply to VMS?  Should I actually just C<if ($^O ....)>
> > around them?
> > 
> > Patch is against perl@9359.
> 
> Thanks, applied.

Hmm.  In bleadperl (which has Sarathy's alphasort patch) and Tru64:

# f_ascii = A.test B.test C.test a.test b.test c.test
# g_ascii = A.test B.test C.test a.test b.test c.test
ok 10
# f_alpha = A.test a.test B.test b.test C.test c.test
# g_alpha = A.test a.test b.test B.test C.test c.test
not ok 11

Not a locale thing, LC_ALL=C doesn't change the result.

-- 
$jhi++; # http://www.iki.fi/jhi/
        # There is this special biologist word we use for 'stable'.
        # It is 'dead'. -- Jack Cohen

Reply via email to