summaryrefslogtreecommitdiffstats
path: root/apkbuild-cpan.in
Commit message (Expand)AuthorAgeFilesLines
* apkbuild-cpan.in: keep provides and replaces on recreate and deal with pkgrelTimothy Legge2020-03-271-5/+29
* apkbuild-cpan.in: add or between licenseTimothy Legge2020-03-271-1/+1
* apkbuild-cpan.in: add additional license and package mappingsTimothy Legge2020-03-271-0/+3
* apkbuild-cpan.in: Avoid processing duplicate modules in parse_depsTimothy Legge2020-03-271-12/+19
* apkbuild-cpan.in: Fix issue if Build.PL and add perl-module-build as makedepsTimothy Legge2020-03-271-2/+7
* apkbuild-cpan.in: reset the pkgrel if the pkgver changes on recreateTimothy Legge2020-03-271-0/+6
* apkbuild-cpan.in: perl and perl-dev as depends and makedependsTimothy Legge2020-03-271-2/+12
* apkbuild-cpan.in: fix missing variables fails and remove empty varsTimothy Legge2020-03-271-3/+11
* apkbuild-cpan.in: improve dealing with old APKBUILD perl module namesTimothy Legge2020-03-271-8/+95
* apkbuild-cpan.in: fix parse_deps for multiple CPAN::Meta::Requirements return...Timothy Legge2020-03-231-15/+16
* apkbuild-cpan.in: fixes #9990, #9991 and #9992Timothy Legge2020-03-231-19/+16
* apkbuild-cpan.in: add OR to licenseTBK2020-03-231-1/+1
* apkbuild-cpan.in: add 'configure' prereqsJoseph Burt2019-10-011-3/+8
* apkbuild-cpan.in: always start pkgver with a digitJoseph Burt2019-10-011-4/+5
* apkbuild-cpan.in: add OR to licenses to indicate perl_5 GPL or artistic is a ...Timothy Legge2019-06-121-1/+1
* apkbuild-cpan.in: Update licenses to spdx format and remove redundant directo...Timothy Legge2019-04-291-9/+4
* get and use pkgdesc from cpan api data if the module has no metadata files (r...Timothy Legge2019-04-031-1/+2
* apkbuild-cpan: use $pkgver in source urlNatanael Copa2019-03-211-1/+1
* apkbuild-cpan: include modules that used to be part of coreNatanael Copa2019-03-211-1/+2
* apkbuild-cpan: remove prepare function from APKBUILDNatanael Copa2019-03-211-36/+6
* apkbuild-cpan.in fix issue with version checkTimothy Legge2019-03-201-2/+2
* apkbuild-cpan.in fix issues with update, recreate, etcTimothy Legge2019-03-201-7/+12
* Many of setings should come from module not release apiTimothy Legge2019-03-201-7/+8
* Fix for issue with apkbuild-cpan upgradeTimothy Legge2019-03-201-2/+2
* Updates for metacpanTimothy Legge2019-03-201-13/+13
* apkbuild-cpan: separate './Build test' to check stepTimo Teräs2017-07-111-1/+7
* apkbuild-cpan: perl no longer has '.' in path, add it for prepare()Timo Teräs2017-07-111-2/+2
* apkbuild-cpan: modernizetmpfile2017-07-111-8/+8
* apkbuild-cpan: fix warnings, improve recreate, add check supportTimo Teräs2017-01-311-15/+47
* apkbuild-cpan: fixed error "Experimental keys on scalar is now forbidden" due...Francesco Colista2016-07-281-1/+1
* apkbuild-cpan: invoke default_prepare in prepare() functionJakub Jirutka2016-06-131-0/+6
* apkbuild-cpan: replace deprecated shell `backticks` with $(...)Jakub Jirutka2016-06-131-4/+4
* apkbuild-cpan: rename _builddir to builddirJakub Jirutka2016-06-131-10/+9
* fix permissionsNatanael Copa2014-03-311-0/+0
* apkbuild-cpan: Depend on test-requires and test-recommends, too, for safety's...Kiyoshi Aman2011-11-041-2/+4
* apkbuild-cpan: Emits runtime recommendations, depends on build recommendations.Kiyoshi Aman2011-11-041-0/+2
* apkbuild-cpan: export CFLAGS so modules using C/XS build properly.Kiyoshi Aman2011-11-031-1/+4
* apkbuild-cpan: 'check' output format changed; exit code 1 on version mismatchKiyoshi Aman2011-06-281-1/+4
* apkbuild-cpan: Added 'check' command, which prints latest & packaged versions.Kiyoshi Aman2011-06-281-13/+19
* apkbuild-cpan: XS modules using Module::Build now obtain Perl CFLAGS properly.Kiyoshi Aman2011-06-281-0/+1
* apkbuild-cpan: add detection for perl modules with native codeKiyoshi Aman2011-06-021-0/+4
* apkbuild-cpan: fix handling of license meta-dataTimo Teräs2011-06-021-2/+4
* apkbuild-cpan: new tool superceding newapkbuild-cpan toolTimo Teräs2011-06-021-0/+336