This is Perl5 module Graph::LibGEXF.


FOR DEVELOPERS
--------------
If you plan to contribute to the libgexf library, you will need to install SWIG (swig-1.3.40)
to generate a new libgexf_wrap.cpp wrapper each time you will modify the libgexf.i interface file.
Note that earlier releases like swig 1.3.40 will *not* work since we use a special dependency in
the libgexf.i interface, only available on the latest release of swig.

Note: A bug occurs on static methods with arguments on SWIG 1.3.40.
The file libgexf_wrap.cpp.save contains the corrections on SchemaValidator_run
and RngValidator_run.


INSTALLATION
------------
Graph::LibGEXF installation is straightforward. If your CPAN shell is set up,
you should just be able to do

    % cpan Graph::LibGEXF

Download it, unpack it, then build it as per the usual:

    % perl Makefile.PL
    % make && make test

Then install it:

    % make install


DOCUMENTATION
------------
Graph::LibGEXF documentation is available as in POD. So you can do:

    % perldoc Graph::LibGEXF

to read the documentation online with your favorite pager.



SWIG+PERL5 DOCUMENTATION
----------------------
http://www.swig.org/Doc1.3/Perl5.html
