ANN: Four modules for RDFa and HTML
Kjetil Kjernsmo
kjetil at kjernsmo.net
Sat Dec 5 20:19:28 CET 2009
On Saturday 5. December 2009 15:30:38 you wrote:
> The test case doesn't use RDF::Trine::Node::Literal::XML.
Oh, OK.
> I think it's more likely a libxml version issue. Tim is using a fairly
> old version of libxml (2.6.16) and http://xmlsoft.org/news.html
> indicates several canonicalisation fixes in releases since then.
Right, that may be.
> Anyone here know enough about Test::More to make this test skippable
> based on libxml version?
SKIP: {
skip "You should upgrade libxml2", 1 if ($libxml_version lt
"2.6.32");
...normal testing code goes here...
}
I would think, but I don't know how you could get the version of libxml2
:-)
Cheers,
Kjetil
--
Kjetil Kjernsmo
kjetil at kjernsmo.net
http://www.kjetil.kjernsmo.net/
More information about the Dev
mailing list