Packages: added Perl package.

This commit is contained in:
Andrei Belov
2018-02-07 17:26:37 +03:00
parent 7830026368
commit 539caf0946
12 changed files with 200 additions and 1 deletions

View File

@@ -9,7 +9,8 @@ PACKAGES= unit \
unit-php \
unit-python unit-python2.7 unit-python3.4 \
unit-python3.5 unit-python3.6 \
unit-go unit-go1.7 unit-go1.8 unit-go1.9
unit-go unit-go1.7 unit-go1.8 unit-go1.9 \
unit-perl
all: changes changelogs

View File

@@ -5,6 +5,19 @@
<change_log title="unit">
<changes apply="unit-perl" ver="0.5" rev="1"
date="2018-02-01" time="18:00:00 +0300"
packager="Andrei Belov &lt;defan@nginx.com&gt;">
<change>
<para>
Initial release of Perl module for NGINX Unit.
</para>
</change>
</changes>
<changes apply="unit-go1.9" ver="0.4" rev="1"
date="2018-01-15" time="18:00:00 +0300"
packager="Andrei Belov &lt;defan@nginx.com&gt;">