Hello Raphaël has found some bugs with Config::Augeas. The main problem was that Config::Augeas code (more precisely, the XS glue between Perl and C) used a syntax only valid for Perl 5.10.
The bugs are now fixed in Config::Augeas v0.202 (double checking version nb... yes that's the one ;-) ). Config::Augeas was tested successfully on Rhel5 (perl 5.8) This new package is on its way to CPAN and should be available in a few hours: http://search.cpan.org/dist/Config-Augeas/ The Changes are : * t/Config-Augeas*.t: Removed hardcoded lense path now that this bug is fixed in Augeas * lib/Config/Augeas.xs: Backported for Perl 5.8 * lib/Config/Augeas.pm (insert): Can now use 'after' parameter * Fixed minor error in tests * Fix Build.PL to avoid test failure reports when augeas library is not installed. Many thanks to Raphaël for the tests. All the best -- Dominique Dumont "Delivering successful solutions requires giving people what they need, not what they want." Kurt Bittner _______________________________________________ augeas-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/augeas-devel
