[augeas-devel] ANNOUCE: Perl Bindings for Augeas

Alan Pevec apevec at redhat.com
Mon Jun 30 17:24:22 UTC 2008


Dominique Dumont wrote:
> Source code in archived on Sourceforge within config-model project:
> 
>   http://config-model.svn.sourceforge.net/viewvc/config-model/trunk/config-augeas/

Why is there
use 5.010000;
This prevents using it on Fedora8 and RHEL5 which have Perl 5.8.8.

/usr/local is hardcoded in few places:

in lib/Config/Augeas.xs
-#include </usr/local/include/augeas.h>
+#include <augeas.h>

and /usr/local/share/augeas/lenses/ in t/Config-Augeas*.t

Any plans to submit this as Fedora RPM? If not, I'll try quick cpanspec + patch removing /usr/local and submit for a package review.




More information about the augeas-devel mailing list