# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.28 5.30 5.32 5.34
perl5.setup         Data-Dump 1.25
maintainers         nomaintainer
license             {Artistic-1 GPL}
description         Pretty printing of data structures
long_description    This module provides a single function called dump() \
                    that takes a list of values as its argument and produces \
                    a string as its result. The string contains Perl code \
                    that, when evaled, produces a deep copy of the original \
                    arguments. The string is formatted for easy reading. If \
                    dump() is called in a void context, then the dump is \
                    printed on STDERR instead of being returned.

platforms           {darwin any}

checksums           rmd160  6671787a305836e1ca7d6b329cc2b8122ff82d51 \
                    sha256  a4aa6e0ddbf39d5ad49bddfe0f89d9da864e3bc00f627125d1bc580472f53fbd \
                    size    20912

supported_archs     noarch
