develooper Front page | perl.perl5.porters | Postings from July 2001

Re: [PATCH] Langinfo.t

Thread Previous | Thread Next
From:
Jarkko Hietaniemi
Date:
July 12, 2001 16:52
Subject:
Re: [PATCH] Langinfo.t
Message ID:
20010712185208.X10225@chaos.wustl.edu
On Thu, Jul 12, 2001 at 11:55:38PM +0100, Nicholas Clark wrote:
> I think that the LangInfo.t needs some @INC manipulations, else it won't
> test on uninstalled.

Strange, make test works fine for me in three different boxes...

> 
> PS Oops. did the diff from inside ext/I18N/Langinfo
> 
> --- Langinfo.t.orig	Mon Jul  9 06:03:22 2001
> +++ Langinfo.t	Thu Jul 12 23:42:22 2001
> @@ -2,6 +2,7 @@
>  
>  BEGIN {
>      chdir 't' if -d 't';
> +    @INC = '../lib';
>      require Config; import Config;
>      if ($Config{'extensions'} !~ m!\bI18N/Langinfo\b! ||
>  	$Config{'extensions'} !~ m!\bPOSIX\b!)

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

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About