summaryrefslogtreecommitdiffhomepage
path: root/auto/modules/perl (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-09-20Fixed building perl on Alpine Linux.Sergey Kandaurov1-0/+2
_GNU_SOURCE is required there to expose off64_t and other types.
2018-08-06Unit application library.Max Romanov1-1/+1
Library now used in all language modules. Old 'nxt_app_*' code removed. See src/test/nxt_unit_app_test.c for usage sample.
2018-06-28Removed -mmacosx-version-min option.Igor Sysoev1-4/+0
2018-06-28Added check of "make install" ability.Igor Sysoev1-1/+1
This closes #136 issue on GitHub.
2018-04-04Changed version processing for modules.Alexander Borisov1-2/+17
2018-02-07Perl: use ExtUtils::Embed in configure.Andrei Belov1-13/+13
2018-01-31Added Perl support.Alexander Borisov1-0/+201