pkgsrc/devel/p5-Data-Printer/Makefile
mef 100a2e26be Update to 10.35.01
------------------
10.35_01 2014-12-22
    BACKWARDS-INCOMPATIBLE CHANGE
        - p()'s return value now defaults to 'pass'. Please see
          https://github.com/garu/Data-Printer/issues/16 for the
          full discussion. THIS WILL BREAK CODE RELYING ON p() TO
          RETURN A STRING. To fix your code, please set 'return_value'
          to 'dump' explicitly, or use the experimental np() function.

    NEW HIGHLY EXPERIMENTAL FEATURE:
        - np(), a version of p() that always returns the string instead
          of printing it.

    NEW FEATURES:
        - Add 'escape_chars' to allow \x{...} printing for chars
          (patch by Mark Fowler)
        - Class::Date support in the DateTime filter (Ivan Bessarabov)

    BUG FIXES:
        - fixed crash in esoteric classes (github issue #41, thanks
          Ivan Bessarabov for reporting)
        - removed support for Digest::Haval256, as it can't really be
          observed without damaging the original data. If future versions
          provide a clone() function, it can be added again.
        - Being extra loud when rc files fail to load (RT#89203, thanks
          Caleb Cushing for reporting).
        - Prevents PERL5OPT from interfering with deparse tests (github
          issue #55, thanks David Precious for reporting)

    OTHER:
        - more tests
        - new external filter indexed: PDL
2015-01-29 01:12:17 +00:00

23 lines
818 B
Makefile

# $NetBSD: Makefile,v 1.4 2015/01/29 01:12:17 mef Exp $
DISTNAME= Data-Printer-0.35_01
PKGNAME= p5-${DISTNAME:S/_/-/}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/G/GA/GARU/}
#ASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Data-Printer/
COMMENT= Colored pretty-print of Perl data structures and objects
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Clone-PP-[0-9]*:../../devel/p5-Clone-PP
DEPENDS+= p5-File-HomeDir>=0.91:../../devel/p5-File-HomeDir
DEPENDS+= p5-Package-Stash>=0.3:../../devel/p5-Package-Stash
DEPENDS+= p5-Sort-Naturally-[0-9]*:../../devel/p5-Sort-Naturally
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Data/Printer/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"