pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-MooseX-MethodAttributes Update p5-MooseX-Meth...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4a62c2a33a1d
branches:  trunk
changeset: 394246:4a62c2a33a1d
user:      seb <seb%pkgsrc.org@localhost>
date:      Sun Jun 07 14:12:25 2009 +0000

description:
Update p5-MooseX-MethodAttributes from version 0.11 to version 0.14.

Pkgsrc changes:
- Add build dependency on devel/p5-Test-Exception

Upstream changes:
0.14     Sun, Jun  7 01:51:49 2009 +0100
  * Fix bugs with composing roles with method attributes into other
    roles with method attributes + tests

0.13     Thu, 28 May 2009 01:19:00 +0100
  * Add Test::More and Test::Exception to requirements for RT#46395
    and RT#46396

0.12     Mon, 25 May 2009 19:33:30 +0100
  * Add additional tests for role composition behavior.
  * Add an error message if someone tries to exclude or alias methods
    from a role with attributes, which currently doesn't work.
  * Add tests for this error, and tests for behavior if aliasing did work.

diffstat:

 devel/p5-MooseX-MethodAttributes/Makefile |  6 ++++--
 devel/p5-MooseX-MethodAttributes/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 6 deletions(-)

diffs (34 lines):

diff -r d82b91a48913 -r 4a62c2a33a1d devel/p5-MooseX-MethodAttributes/Makefile
--- a/devel/p5-MooseX-MethodAttributes/Makefile Sun Jun 07 14:05:14 2009 +0000
+++ b/devel/p5-MooseX-MethodAttributes/Makefile Sun Jun 07 14:12:25 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2009/05/17 19:46:45 sno Exp $
+# $NetBSD: Makefile,v 1.3 2009/06/07 14:12:25 seb Exp $
 
-DISTNAME=      MooseX-MethodAttributes-0.11
+DISTNAME=      MooseX-MethodAttributes-0.14
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=MooseX/}
@@ -14,6 +14,8 @@
 DEPENDS+=      p5-MooseX-Types>=0.06:../../devel/p5-MooseX-Types
 DEPENDS+=      p5-namespace-clean-[0-9]*:../../devel/p5-namespace-clean
 
+BUILD_DEPENDS+=        p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
+
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 PERL5_PACKLIST=        auto/MooseX/MethodAttributes/.packlist
diff -r d82b91a48913 -r 4a62c2a33a1d devel/p5-MooseX-MethodAttributes/distinfo
--- a/devel/p5-MooseX-MethodAttributes/distinfo Sun Jun 07 14:05:14 2009 +0000
+++ b/devel/p5-MooseX-MethodAttributes/distinfo Sun Jun 07 14:12:25 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2009/05/17 19:46:45 sno Exp $
+$NetBSD: distinfo,v 1.3 2009/06/07 14:12:25 seb Exp $
 
-SHA1 (MooseX-MethodAttributes-0.11.tar.gz) = 5da23016c2e98378242553f2b67fbb012d77b4b2
-RMD160 (MooseX-MethodAttributes-0.11.tar.gz) = 10cfa30a2ed15b9a71143fd364b5464408122557
-Size (MooseX-MethodAttributes-0.11.tar.gz) = 13592 bytes
+SHA1 (MooseX-MethodAttributes-0.14.tar.gz) = e6efba8753d334780721acd56c4517c4b67e29d1
+RMD160 (MooseX-MethodAttributes-0.14.tar.gz) = 72517182cbf6cb965c9f4279f77cc3271034f08a
+Size (MooseX-MethodAttributes-0.14.tar.gz) = 17095 bytes



Home | Main Index | Thread Index | Old Index