### this file is sourced not run
PKGVER=1.66
PKGBUILD=1
PKGARCH=x86_64

# source: arch
TARBALL=Perl-Pod-Parser-$PKGVER.tar.gz
MD5SUM=c1d20031bc2b75ea0fe7bf6d313b1d30
SRC_URL=https://cpan.metacpan.org/authors/id/M/MA/MAREKR/Pod-Parser-$PKGVER.tar.gz
BUNDLE=

SLACKREQ='perl'
SLACKDESC="perl-pod-parser: perl-pod-parser $PKGVER (Base class for POD filters)
perl-pod-parser: 
perl-pod-parser: Pod::Parser is a base class for creating POD filters and translators. 
perl-pod-parser: It handles most of the effort involved with parsing the POD sections 
perl-pod-parser: from an input stream, leaving subclasses free to be concerned only 
perl-pod-parser: with performing the actual translation of text.
perl-pod-parser: 
perl-pod-parser: https://metacpan.org/pod/Pod::Parser
perl-pod-parser: 
perl-pod-parser: 
perl-pod-parser: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_perlmodules &&
	pkg_build_slackdesc
}


