[go: up one dir, main page]

Menu

Tree [r14] / trunk / perl /
 History

HTTPS access


File Date Author Commit
 NativeParser 2006-08-14 rveen [r1] Initial import
 t 2006-08-14 rveen [r1] Initial import
 .project 2006-09-19 rveen [r3] As Eclipse EPIC (Perl) Project
 BinaryParser.pm 2006-08-14 rveen [r1] Initial import
 Changes 2006-08-14 rveen [r1] Initial import
 Graph.pm 2006-08-14 rveen [r1] Initial import
 MANIFEST 2006-08-14 rveen [r1] Initial import
 Makefile.PL 2006-08-14 rveen [r1] Initial import
 Parser.pm 2006-08-14 rveen [r1] Initial import
 Path.pm 2006-08-14 rveen [r1] Initial import
 README 2006-08-14 rveen [r1] Initial import
 RFClient.pm 2006-09-19 rveen [r3] As Eclipse EPIC (Perl) Project
 RFServer.pl 2006-09-19 rveen [r3] As Eclipse EPIC (Perl) Project
 example.pl 2006-08-14 rveen [r1] Initial import
 pgadd 2006-08-14 rveen [r1] Initial import
 pglist 2006-08-14 rveen [r1] Initial import
 pgpath 2006-08-14 rveen [r1] Initial import
 pgremove 2006-08-14 rveen [r1] Initial import
 xml2ogdl.pl 2006-08-14 rveen [r1] Initial import

Read Me

OGDL-Parser version 0.01
======================

This package includes two modules: OGDL::Parser and OGDL::Graph and a 
perl program pgpath. They are used to parse an OGDL file.

For information on OGDL, see http://ogdl.sourceforge.net/.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module works with standard perl distribution.