Perl x Open Food Facts Hackathon: Paris, France - May 24-25 Learn more

INSTALL:
You can install the package using the typical Perl procedure:
`perl Makefile.PL; make; make test; make install`
USE:
use XML2;
my $xml = XML2->new( data => $data, file => $file );