pkgsrc/devel/p5-Contextual-Return/Makefile
sno 87fbd7709d Updating package for CPAN module Contextual::Return in
devel/p5-Contextual-Return from 0.003.001nb1 to 0.004.003.

Upstream changes (in reverse order):
0.003002  Thu Jan 19 09:27:29 2012

    - Updated version number of Contextual::Return::Failure
      to placate CPAN indexer

    - Improved error messages for bare handlers in bad contexts (thanks Mathew)

    - Work around problems with Test::More and caller


0.004000  Thu Feb 16 14:30:56 2012

    - Fixed context propagation bugs in FIXED and ACTIVE modifiers

    - Added STRICT modifier to prevent fallbacks
      (i.e. impose strict typing on return values)


0.004001  Thu Feb 16 19:01:05 2012

    - Fixed annoying POD nit (thanks Salvatore)


0.004002  Fri Mar  2 06:18:38 2012

    - Fixed significant typo (Carp:carp -> Carp::carp)
      (thanks everyone who reported it)


0.004003  Wed Apr 11 07:55:49 2012

    - Doc patch (thanks Fabrizio)

    - Patched failures.t to account from bleadperl changes
      (thanks Zefram!)
2012-05-31 09:21:26 +00:00

22 lines
707 B
Makefile

# $NetBSD: Makefile,v 1.7 2012/05/31 09:21:26 sno Exp $
DISTNAME= Contextual-Return-0.004003
PKGNAME= p5-${DISTNAME:S/004003/004.003/}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DC/DCONWAY/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Contextual-Return/
COMMENT= Perl 5 module to create context-senstive return values
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= {perl>=5.10.0,p5-version-[0-9]*}:../../devel/p5-version
DEPENDS+= p5-Want-[0-9]*:../../devel/p5-Want
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Contextual/Return/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"