[Po4a-devel]Re: [Po4a-commits] po4a/lib/Locale/Po4a Man.pm,1.76,1.77 Xml.pm,1.24,1.25
   
    Nicolas François
     
    nicolas.francois@centraliens.net
       
    Tue, 15 Feb 2005 19:40:11 +0100
    
    
  
On Tue, Feb 15, 2005 at 03:47:37PM +0000, Jordi Vilalta wrote:
> Modified Files:
> 	Man.pm Xml.pm 
> Log Message:
> Change "warn + exit 0" for "die" (exit 0 means "all ok" in the shell)
Hello Jordi,
Regarding the Man module, it was used in the check script to make a
difference between errors and other warning "under control".
As dying is probably more user friendly (no translation is performed), I
will use another error code and change the check script.
I'm thinking about using:
eval(254) || die "..."
-- 
Nekral