perl-Test-MockModule: ver bump

This commit is contained in:
blue-devil
2020-07-28 01:00:15 +03:00
parent 84fe528562
commit 25b0ae66c2
2 changed files with 16 additions and 9 deletions
@@ -4,8 +4,8 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import perlmodules
from pisi.actionsapi import pisitools
from pisi.actionsapi import perlmodules
def setup():
perlmodules.configure()
@@ -14,13 +14,13 @@
<IsA>library</IsA>
<Summary>Override subroutines in a module for unit testing.</Summary>
<Description>Test-MockModule lets you temporarily redefine subroutines in other packages for the purposes of unit testing.</Description>
<Archive sha1sum="2767a04c9f3c47a7e6c9ec84544fefc27d750120" type="targz">https://cpan.metacpan.org/authors/id/G/GF/GFRANKS/Test-MockModule-v0.172.0.tar.gz</Archive>
<Archive sha1sum="469a13ae29b6b9bbf97d868b79bfad4d1f5fa356" type="targz">https://cpan.metacpan.org/authors/id/G/GF/GFRANKS/Test-MockModule-v0.173.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl-Test-Pod-Coverage</Dependency>
<Dependency>perl-Test-Warnings</Dependency>
<Dependency>perl-Module-Build</Dependency>
<Dependency>perl-Super</Dependency>
<Dependency>perl</Dependency>
<Dependency>perl-Super</Dependency>
<Dependency>perl-Module-Build</Dependency>
<Dependency>perl-Test-Warnings</Dependency>
<Dependency>perl-Test-Pod-Coverage</Dependency>
</BuildDependencies>
</Source>
@@ -28,17 +28,24 @@
<Name>perl-Test-MockModule</Name>
<Summary>Override subroutines in a module for unit testing.</Summary>
<RuntimeDependencies>
<Dependency>perl-Super</Dependency>
<Dependency>perl</Dependency>
<Dependency>perl-Super</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="5">
<Date>2020-07-20</Date>
<Version>0.173.0</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="4">
<Date>2020-02-21</Date>
<Version>0.172.0</Version>