Class::XPath 1.1 released

samtregar on 2003-05-05T23:29:36

Class::XPath 1.1 is out. It adds to two new features - parent matching ("../child[1]") and attribute matching ("/child[@id=10]"). And of course, what release would be complete without bug fixes? Not this one!

So, is anyone out there using Class::XPath? I'm wondering if this will be another of my proud, lonely, single-user modules... If you would use it if only it supported X, please feel free to tell me what X is!

-sam


Proud, Lonely, Single-User Modules

Theory on 2003-05-06T00:16:27

I have a few of those myself.

We'll likely borrow Class::XPath for Bricolage 2.0. :-)

--David