pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-Moo
Module Name: pkgsrc
Committed By: mef
Date: Sat Oct 26 11:32:27 UTC 2019
Modified Files:
pkgsrc/devel/p5-Moo: Makefile distinfo
Log Message:
(devel/p5-Moo) Updated from 2.003004 to 2.003006
(I presume following line should read 2.003_006)
2.003_005 - 2019-10-18
- always exclude helper subs (has, with, etc) from the list of methods, even
if they are installed later or wrapped with a modifier
- drop Devel::GlobalDestruction prerequisite unless using perl < 5.14
- fix preserving full accuracy of numbers in non-ref defaults
- fix tracking of stubs and constants as methods to be consistent and work
properly with unusual ways of storing subs (RT#130050)
- fix test for modules broken by newer Moo versions when new enough
CPAN::Meta version is not available
- fix undeferring subs before wrapping with a method modifier when subs to
wrap are given as a list or array ref
- fix error reporting locations from Carp calls in DEMOLISH (RT#124845)
- fix extending attributes (has +) to allow overriding a default with a
builder (RT#130361)
- fix re-throwing Moose inflation exceptions when examining exception
objects on older Moose or Devel::StackTrace versions
- reorganized documentation related to Moose to improve clarity
- improved documentation of usage with namespace::clean
- various documentation tweaks
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/devel/p5-Moo/Makefile
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/p5-Moo/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/p5-Moo/Makefile
diff -u pkgsrc/devel/p5-Moo/Makefile:1.39 pkgsrc/devel/p5-Moo/Makefile:1.40
--- pkgsrc/devel/p5-Moo/Makefile:1.39 Sun Aug 11 13:19:53 2019
+++ pkgsrc/devel/p5-Moo/Makefile Sat Oct 26 11:32:27 2019
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.39 2019/08/11 13:19:53 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2019/10/26 11:32:27 mef Exp $
-DISTNAME= Moo-2.003004
+DISTNAME= Moo-2.003006
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/H/HA/HAARG/}
@@ -19,7 +18,7 @@ DEPENDS+= p5-strictures>=2.000000:../../
DEPENDS+= p5-Import-Into>=1.002000:../../devel/p5-Import-Into
DEPENDS+= p5-Sub-Quote>=2.003001:../../devel/p5-Sub-Quote
-BUILD_DEPENDS+= p5-Test-Fatal>=0.003:../../devel/p5-Test-Fatal
+TEST_DEPENDS+= p5-Test-Fatal>=0.003:../../devel/p5-Test-Fatal
EXTRACT_USING= bsdtar
Index: pkgsrc/devel/p5-Moo/distinfo
diff -u pkgsrc/devel/p5-Moo/distinfo:1.30 pkgsrc/devel/p5-Moo/distinfo:1.31
--- pkgsrc/devel/p5-Moo/distinfo:1.30 Fri Dec 1 03:39:50 2017
+++ pkgsrc/devel/p5-Moo/distinfo Sat Oct 26 11:32:27 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.30 2017/12/01 03:39:50 wen Exp $
+$NetBSD: distinfo,v 1.31 2019/10/26 11:32:27 mef Exp $
-SHA1 (Moo-2.003004.tar.gz) = 61a953b348313d98af5c7b7975cadbe2f4360327
-RMD160 (Moo-2.003004.tar.gz) = c32e47e0ffa57232077070a62773ebd239c72c51
-SHA512 (Moo-2.003004.tar.gz) = 686996e4dd0238cff7483e4e06db5439660e390c67e65ace67c3fd0b05ade379a168d36ae649812c8a5e2b715eefea7cb17e5db323a0cd31b90667d8954eb38a
-Size (Moo-2.003004.tar.gz) = 96141 bytes
+SHA1 (Moo-2.003006.tar.gz) = ed27ab6e00087fb8f27bb7848fcaa3b04cdfb976
+RMD160 (Moo-2.003006.tar.gz) = 21b29cb8160a396906d6115e4697bd56d48043dd
+SHA512 (Moo-2.003006.tar.gz) = 151875a67aeaf78afdd678964ca3bae36dfd13d2290b5ffb903f648deeb1157ee3829f7310b7fae3a899404cfeaea211b57cb3f6e6d611bf39e8209a7bef2863
+Size (Moo-2.003006.tar.gz) = 105654 bytes
Home |
Main Index |
Thread Index |
Old Index