The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension RDF::RDFa::Parser.

0.01  Tue Jan 13 15:13:21 2009
	- original version; created by h2xs 1.23 with options
		-X -n RDF::RDFa::Parser
	- See <http://buzzword.org.uk/swignition/rdfa>.

0.02  Tue Jan 13 23:14:00 2009
	- Make XML parser more tolerant.
	- Fix bug in Turtle output.
	- Change default for TDB.
	- Add KjetilK's patch.
	
0.03  Wed Jan 14 10:09:00 2009
	- Major bug fix for @property. How did I miss that?!

0.04  Wed Jan 14 12:42:00 2009
	- Rewrite a lot of the callback stuff.
	- Build an RDF/JSON-like graph which can be getted.
	- Add some test cases to build process.

0.10  Mon Jan 19 11:00:00 2009
	- Fix broken support for XML literals.
	- More test cases, including XML Literals and named graphs.
	- Improve and inline the POD documentation.
	- Support for KjetilK's named graphs proposal.

0.11  Mon Jan 19 17:00:00 2009
	- Make named graphs handling more predictable for triples
	  split across multiple elements.