kasei / perlrdf
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (19)
- Wiki (1)
- Graphs
-
Tree:
f1db248
commit f1db2485af681de0e0c01fac225588fa0e943e15
tree 8c91525067984735d7e87a65b674be08aecad187
parent f695bcec81e806dda4bb036bb62d651c6e1bf3e9
tree 8c91525067984735d7e87a65b674be08aecad187
parent f695bcec81e806dda4bb036bb62d651c6e1bf3e9
perlrdf / RDF-Trine-Iterator-Incremental
| name | age | message | |
|---|---|---|---|
| .. | |||
| |
Changes.ttl | ||
| |
MANIFEST | ||
| |
MANIFEST.SKIP | ||
| |
META.yml | ||
| |
Makefile.PL | ||
| |
README | ||
| |
inc/ | ||
| |
lib/ | ||
| |
t/ |
RDF-Trine-Iterator-Incremental/README
RDF::Trine::Iterator::Incremental - Incremental Parser for SPARQL XML Results Format
RDF::Trine::Iterator::Incremental provides incremental parsing support to the
SPARQL XML Results Format parser provided in RDF::Trine::Iterator. This support
relies on the XML::SAX::Expat::Incremental module.
REQUIREMENTS
To install RDF::Trine::Iterator::Incremental you'll need the following perl
modules installed:
* RDF::Trine
* Log::Log4perl
* XML::SAX::Expat::Incremental
The following additional modules are optional:
* Test::More
* Test::Exception
INSTALLATION
To install, run:
perl Makefile.PL
make
make test
make install
VERSION HISTORY
Version 0.100 (2008-XX-XX)
* Initial public release.
COPYRIGHT
Copyright (C) 2008 Gregory Williams. All rights reserved.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
AUTHOR
Gregory Todd Williams <gwilliams@cpan.org>


