summaryrefslogtreecommitdiffstats
path: root/apkbuild-cpan.in
Commit message (Collapse)AuthorAgeFilesLines
* apkbuild-cpan: fixed error "Experimental keys on scalar is now forbidden" ↵Francesco Colista2016-07-281-1/+1
| | | | due to perl upgrade to 5.24 version
* 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 ↵Kiyoshi Aman2011-11-041-2/+4
| | | | safety's sake.
* 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
| | | | so we get arch set properly
* apkbuild-cpan: fix handling of license meta-dataTimo Teräs2011-06-021-2/+4
| | | | Don't update if it's unknown, and fix the error message.
* apkbuild-cpan: new tool superceding newapkbuild-cpan toolTimo Teräs2011-06-021-0/+336
Based on Aerdan's original work, this is a perl utility that interacts with CPAN which can create and update APKBUILDs with proper metadata info.