summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Rabbit
AgeCommit message (Collapse)AuthorFilesLines
2010-09-19Update to 0.03:wiz2-7/+6
0.0.3 2010-09-16 20:51:06 Europe/Oslo Fixed RT #61367 which caused issue with Class::MOP 1.05+ / Moose 1.10+ (Thanks to Jesse Luehrs)
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-2/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2010-08-04Update p5-XML-Rabbit from version 0.0.1 to version 0.0.2.seb2-6/+6
Upstream changes: 0.0.2 2010-06-21 15:24:18 Europe/Oslo libxml 2.6.16 is incompatible (David Cantrell)
2010-06-14Initial import of p5-XML-Rabbit version 0.0.1 in the NetBSD Packagesseb3-0/+35
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.