# Description: This Perl module always exports a single function, Dumper, which can be called with an array of values to dump those values. # URL: https://metacpan.org/pod/Data::Dumper::Concise # Maintainer: Hans Bezemer, hbezemer at kliksafe dot nl # Depends on: name=p5-data-dumper-concise version=2.023 release=1 source=(https://cpan.metacpan.org/authors/id/E/ET/ETHER/Data-Dumper-Concise-2.023.tar.gz) build() { cd Data-Dumper-Concise-$version unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps perl Makefile.PL make #make test make install INSTALLDIRS=vendor DESTDIR=$PKG find $PKG -name .packlist -o \ -name perllocal.pod -o \ -name README -o \ -name '*.bs' | xargs rm rm -r $PKG/usr/share/man/ }