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:           Thu Apr 16 11:29:52 UTC 2020

Modified Files:
        pkgsrc/devel/p5-Moo: Makefile distinfo

Log Message:
(devel/p5-Moo) Updated to 2.004000

2.004000 - 2020-04-09
  - minor documentation tweaks
  - minor test tweaks
  - refactor creation and installation of helper subs allowing extensions to
    customize the behavior easier.
  - added is_class and make_class methods to Moo
  - added make_role method to Moo::Role
  - lower Scalar::Util dependency to 1.00
  - fix unlikely failure to properly inflate Type::Tiny types to Moose under
    threads on perl 5.8


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/devel/p5-Moo/Makefile
cvs rdiff -u -r1.31 -r1.32 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.40 pkgsrc/devel/p5-Moo/Makefile:1.41
--- pkgsrc/devel/p5-Moo/Makefile:1.40   Sat Oct 26 11:32:27 2019
+++ pkgsrc/devel/p5-Moo/Makefile        Thu Apr 16 11:29:52 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.40 2019/10/26 11:32:27 mef Exp $
+# $NetBSD: Makefile,v 1.41 2020/04/16 11:29:52 mef Exp $
 
-DISTNAME=      Moo-2.003006
+DISTNAME=      Moo-2.004000
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/H/HA/HAARG/}

Index: pkgsrc/devel/p5-Moo/distinfo
diff -u pkgsrc/devel/p5-Moo/distinfo:1.31 pkgsrc/devel/p5-Moo/distinfo:1.32
--- pkgsrc/devel/p5-Moo/distinfo:1.31   Sat Oct 26 11:32:27 2019
+++ pkgsrc/devel/p5-Moo/distinfo        Thu Apr 16 11:29:52 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.31 2019/10/26 11:32:27 mef Exp $
+$NetBSD: distinfo,v 1.32 2020/04/16 11:29:52 mef Exp $
 
-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
+SHA1 (Moo-2.004000.tar.gz) = 7de067c51a601018fae1cadcb8c632abf287b2ef
+RMD160 (Moo-2.004000.tar.gz) = 91e726f53d80e4ee141c6fddaa53b6fdc1469fe1
+SHA512 (Moo-2.004000.tar.gz) = 154a4246e69120e98d0955ffe34f890a199c6ad145f3428481caa89d07614ae25cc4c0bcfb474311f85393520ca0e9551cfdeac4a2958b231895e4556c2abb0a
+Size (Moo-2.004000.tar.gz) = 107574 bytes



Home | Main Index | Thread Index | Old Index