description="Pretty printing of data structures"
url="https://metacpan.org/release/Data-Dump"

packager="Grat-OS Team"

name=perl-data-dump
version=1.25

source=(https://cpan.metacpan.org/authors/id/G/GA/GARU/Data-Dump-${version}.tar.gz)

build() {
cd Data-Dump-$version

perl Makefile.PL INSTALLDIRS=vendor

make
make DESTDIR="$PKG" install
}
