76f11eca78
(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
28 lines
1 KiB
Makefile
28 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.40 2019/10/26 11:32:27 mef Exp $
|
|
|
|
DISTNAME= Moo-2.003006
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/H/HA/HAARG/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/Moo
|
|
COMMENT= Minimalist Object Orientation (with Moose compatiblity)
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Class-Method-Modifiers>=1.10:../../devel/p5-Class-Method-Modifiers
|
|
DEPENDS+= p5-Devel-GlobalDestruction>=0.11:../../devel/p5-Devel-GlobalDestruction
|
|
DEPENDS+= p5-Module-Runtime>=0.014:../../devel/p5-Module-Runtime
|
|
DEPENDS+= p5-Role-Tiny>=2.000004:../../devel/p5-Role-Tiny
|
|
DEPENDS+= p5-strictures>=2.000000:../../devel/p5-strictures
|
|
DEPENDS+= p5-Import-Into>=1.002000:../../devel/p5-Import-Into
|
|
DEPENDS+= p5-Sub-Quote>=2.003001:../../devel/p5-Sub-Quote
|
|
|
|
TEST_DEPENDS+= p5-Test-Fatal>=0.003:../../devel/p5-Test-Fatal
|
|
|
|
EXTRACT_USING= bsdtar
|
|
|
|
PERL5_PACKLIST= auto/Moo/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|