perl-ExtUtils-MakeMaker: ver bump

This commit is contained in:
blue-devil
2020-07-28 00:56:10 +03:00
parent e002b91c51
commit bf6f180b54
2 changed files with 11 additions and 4 deletions
@@ -4,8 +4,8 @@
# Licensed under the GNU General Public License, version 3. # Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt # See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import perlmodules
from pisi.actionsapi import pisitools from pisi.actionsapi import pisitools
from pisi.actionsapi import perlmodules
def setup(): def setup():
perlmodules.configure() perlmodules.configure()
@@ -3,7 +3,7 @@
<PISI> <PISI>
<Source> <Source>
<Name>perl-ExtUtils-MakeMaker</Name> <Name>perl-ExtUtils-MakeMaker</Name>
<Homepage>https://metacpan.org/pod/ExtUtils::MakeMaker</Homepage> <Homepage>https://metacpan.org/release/ExtUtils-MakeMaker</Homepage>
<Packager> <Packager>
<Name>Blue DeviL</Name> <Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email> <Email>bluedevil@sctzine.com</Email>
@@ -13,7 +13,7 @@
<IsA>library</IsA> <IsA>library</IsA>
<Summary>Perl extension for creating a module Makefile</Summary> <Summary>Perl extension for creating a module Makefile</Summary>
<Description>This utility is designed to write a Makefile for an extension module from a Makefile.PL. It is based on the Makefile.SH model provided by Andy Dougherty and the perl5-porters.</Description> <Description>This utility is designed to write a Makefile for an extension module from a Makefile.PL. It is based on the Makefile.SH model provided by Andy Dougherty and the perl5-porters.</Description>
<Archive sha1sum="875676bb9e1fa97ceebff3e16ff5db3811626518" type="targz">https://cpan.metacpan.org/authors/id/B/BI/BINGOS/ExtUtils-MakeMaker-7.44.tar.gz</Archive> <Archive sha1sum="0b39441b25cc3f34303b0c438a82a13f1b5635fd" type="targz">https://cpan.metacpan.org/authors/id/B/BI/BINGOS/ExtUtils-MakeMaker-7.46.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>perl</Dependency> <Dependency>perl</Dependency>
</BuildDependencies> </BuildDependencies>
@@ -26,15 +26,22 @@
<Dependency>perl</Dependency> <Dependency>perl</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path> <Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path> <Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path> <Path fileType="man">/usr/share/man</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share/perl</Path> <Path fileType="data">/usr/share/perl</Path>
</Files> </Files>
</Package> </Package>
<History> <History>
<Update release="4">
<Date>2020-07-20</Date>
<Version>7.46</Version>
<Comment>Version bump.</Comment>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="3"> <Update release="3">
<Date>2020-01-29</Date> <Date>2020-01-29</Date>
<Version>7.44</Version> <Version>7.44</Version>