On Tue, Jan 21, 2003 at 08:21:19PM +0000, Tim Bunce wrote:
> Does that work on Windows? and Mac OS? and VMS? and ...
Don't know.

But does they really all return exactly the string "No such file or 
directory" as error message? :-)

I always thought that POSIX 1003.1 is quite fundamental.

> Tim.
bye,

-christian-

> On Tue, Jan 21, 2003 at 08:15:06PM +0100, Christian Hammers wrote:
> > Hi
> > 
> > Currently the regression tests fail when using a locale that produces
> > something else than "No such file or directory". Please apply the
> > attached patch.
> > 
> > bye,
> > 
> > -christian-
> 
> > --- t/06attrs.t.orig        2003-01-21 20:12:21.000000000 +0100
> > +++ t/06attrs.t     2003-01-21 20:13:12.000000000 +0100
> > @@ -3,11 +3,15 @@
> >  use strict;
> >  use Test;
> >  use DBI;
> > +use POSIX qw(setlocale LC_ALL);
> >  
> >  BEGIN { plan tests => 125 }
> >  
> >  $|=1;
> >  
> > +# For the error messages in the statement handle tests.
> > +setlocale(LC_ALL, "C");
> > +
> >  # Connect to the example driver.
> >  ok( my $dbh = DBI->connect('dbi:ExampleP:dummy', '', '',
> >                             { PrintError => 0,
> 

-- 
Christian Hammers             WESTEND GmbH  |  Internet-Business-Provider
Technik                       CISCO Systems Partner - Authorized Reseller
                              L�tticher Strasse 10     Tel 0241/701333-11
[EMAIL PROTECTED]                D-52064 Aachen              Fax 0241/911879

Reply via email to