[augeas-devel] [ANNOUNCE] New version of Perl bindings for Augeas 0.5.0

Bruno Cornec Bruno.Cornec at hp.com
Sun Jul 12 16:43:05 UTC 2009


Dominique Dumont said on Fri, May 29, 2009 at 07:16:55PM +0200:

> I've released a new version of the Perl bindings to provide the new functions 
> of Augeas 0.5.0.

I created Mandriva packages for perl-Config-Augeas that are now in
cooker (the dev of Mandriva).

Due to compiler options used by Mandriva I had to add the attached
patch.

Bruno.
-- 
Linux Profession Lead EMEA  / Open Source Ambassador \   EMEA CME Sol. Center
http://www.mondorescue.org / HP/Intel Solution Center \  http://hpintelco.net
Des infos sur Linux?  http://www.HyPer-Linux.org      http://www.hp.com/linux
La musique ancienne?  http://www.musique-ancienne.org http://www.medieval.org
-------------- next part --------------
--- lib/Config/Augeas.xs.orig	2009-05-27 18:21:32.000000000 +0200
+++ lib/Config/Augeas.xs	2009-07-12 18:08:02.000000000 +0200
@@ -152,7 +152,7 @@
 	       if (strlen(die_msg) + strlen(tmp_msg) < 1024 )
 	       	       strcat(die_msg,tmp_msg);
 	   }
-	   croak (die_msg);
+	   croak ("%s",die_msg);
         }
 
         // printf("match: Pattern %s matches %d times\n", pattern, cnt);


More information about the augeas-devel mailing list