The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension XRD::Parser.

0.01  Fri Dec  4 16:40:29 2009
	- original version; created by h2xs 1.23 with options
		-A -X -b 5.8.1 --skip-exporter --skip-autoloader --skip-warnings -n XRD::Parser

0.02
	- Support for host-meta's <hm:Host/> element as a way to set subjects.
	- Implement <Alias/> element as an owl:sameAs-like predicate rather than simply duplicating data.
	- Support <Link template/> attribute via a special datatype and special predicate URI scheme.
	- Support for IANA keywords in <Link rel/> attribute.
	- Map XRD <Expires/> element to the RDF URI <http://ontologi.es/xrd#expires>.

0.03
	- Provide an XRD::Parser->hostmeta($uri) shortcut constructor.
	- Send proper HTTP Accept header when requesting XRD files.
	- Prefer namespace-aware DOM functions.

0.04
	- Minor bugfixes.
	- Support http://host-meta.net/xrd/1.0 and http://host-meta.net/ns/1.0 as alternatives.
	- Don't reify <Link> elements multiple times for multiple <Property> children.
	- Parse <Property> children of <Link template> elements.