Skip to content

Commit

Permalink
Update to 0.2.1
Browse files Browse the repository at this point in the history
Upstream changes:
0.2.1     2012-12-02 17:44:34 Europe/Oslo
        Updated all traits to use Moose::Util::meta_attribute_alias()
          to specify trait aliases. Requires at least Moose 0.89.
        Fixed bug with duplicate class names being returned by
          Data::Visitor::Callback when traversing a Moose type constraint
          on perl 5.17.6. Reported by Andreas J. König. (RT #81519)

0.1.1     2011-10-23 14:56:18 Europe/Oslo
        Fixed bug with has_xpath_value_map throwing exception if
          xpath_value query returns empty result set. (RT #71815)
          Reported by Jeffery M. Thompson.

0.1.0     2011-09-27 14:46:03 Europe/Oslo
        Added multiple helper/sugar functions. (GitHub #2)
        Fixed problem with XML::Rabbit::Role::Node->dump_xml() throwing
          exception because of wide characters in print.

0.0.4     2011-03-22 16:16:02 Europe/Oslo
        Fixed missing trait imports in XML::Rabbit::Role::Node.
  • Loading branch information
wen committed Jan 5, 2013
1 parent 374d188 commit aab002b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions textproc/p5-XML-Rabbit/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.8 2012/10/25 06:56:39 asau Exp $
# $NetBSD: Makefile,v 1.9 2013/01/05 13:52:36 wen Exp $

DISTNAME= XML-Rabbit-0.0.3
DISTNAME= XML-Rabbit-0.2.1
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}

Expand All @@ -17,10 +16,11 @@ PERL5_PACKLIST= auto/XML/Rabbit/.packlist
REPLACE_PERL+= bin/*

DEPENDS+= p5-Data-Visitor-[0-9]*:../../devel/p5-Data-Visitor
DEPENDS+= p5-Moose-[0-9]*:../../devel/p5-Moose
DEPENDS+= p5-Moose>=0.89:../../devel/p5-Moose
DEPENDS+= p5-MooseX-Role-Parameterized-[0-9]*:../../devel/p5-MooseX-Role-Parameterized
DEPENDS+= p5-Perl6-Junction-[0-9]*:../../devel/p5-Perl6-Junction
DEPENDS+= p5-XML-LibXML>=1.70:../../textproc/p5-XML-LibXML
DEPENDS+= p5-namespace-autoclean-[0-9]*:../../devel/p5-namespace-autoclean

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
8 changes: 4 additions & 4 deletions textproc/p5-XML-Rabbit/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.3 2010/09/19 11:09:46 wiz Exp $
$NetBSD: distinfo,v 1.4 2013/01/05 13:52:36 wen Exp $

SHA1 (XML-Rabbit-0.0.3.tar.gz) = 7711958ea7f6217727e9f27ec8aec6a8e016a1de
RMD160 (XML-Rabbit-0.0.3.tar.gz) = 4b30734cceed8fac2efe4d86c8f9a94b80a70ef7
Size (XML-Rabbit-0.0.3.tar.gz) = 42769 bytes
SHA1 (XML-Rabbit-0.2.1.tar.gz) = 408b01b651f843b205ca1a678a43d7176648e80a
RMD160 (XML-Rabbit-0.2.1.tar.gz) = 89113c567da4dcc576aa7782fb782b917ef4d098
Size (XML-Rabbit-0.2.1.tar.gz) = 55357 bytes

0 comments on commit aab002b

Please sign in to comment.