Note initial addition of p5-XML-Rabbit version 0.0.1 as

textproc/p5-XML-Rabbit into The NetBSD Packages Collection.

The Perl 5 module XML::Rabbit is a simple Moose-based base class
you can use to make simple XPath-based XML extractors. Each attribute
in your class is linked to an XPath query that is executed on your
XML document when you request the value.
This commit is contained in:
seb 2010-06-14 21:59:21 +00:00
parent 262089c696
commit d6d91a9876

View file

@ -1,4 +1,4 @@
$NetBSD: CHANGES-2010,v 1.2219 2010/06/14 20:57:59 seb Exp $
$NetBSD: CHANGES-2010,v 1.2220 2010/06/14 21:59:21 seb Exp $
Changes to the packages collection and infrastructure in 2010:
@ -2961,3 +2961,4 @@ Changes to the packages collection and infrastructure in 2010:
Added devel/p5-CPAN-FindDependencies version 2.34 [seb 2010-06-14]
Updated devel/p5-Package-Stash to 0.04 [seb 2010-06-14]
Updated devel/p5-Test-LeakTrace to 0.11 [seb 2010-06-14]
Added textproc/p5-XML-Rabbit version 0.0.1 [seb 2010-06-14]