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

# source: james
TARBALL= # direct download
MD5SUM=  # direct download
SRC_URL= # direct download
BUNDLE=

SLACKREQ='perl'
SLACKDESC='perl-cpanm: perl-cpanm 1.6928 (Perl module installer)  
perl-cpanm:  
perl-cpanm: cpanminus is a script to get, unpack, build and install modules 
perl-cpanm: from CPAN and does nothing else. It'\''s dependency free (can 
perl-cpanm: bootstrap itself), requires zero configuration, and stands alone. 
perl-cpanm: When running, it requires only 10MB of RAM.  
perl-cpanm: 
perl-cpanm: 
perl-cpanm: 
perl-cpanm: 
perl-cpanm:
'

### default pkg_download
### get the stuff
pkg_prepare() {
	wget -O usr/bin/cpanm http://xrl.us/cpanm &&
	chmod +x usr/bin/cpanm
}

### default pkg_package
### build
pkg_build() {
	pkg_build_slackdesc
}


