perl-Test-MockModule:version bump
This commit is contained in:
@@ -19,4 +19,4 @@ def check():
|
||||
def install():
|
||||
perlmodules.install()
|
||||
|
||||
pisitools.dodoc("Changes")
|
||||
pisitools.dodoc("Changes", "LICENSE", "README*")
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>perl-Test-MockModule</Name>
|
||||
@@ -10,35 +10,41 @@
|
||||
</Packager>
|
||||
<License>Artistic-2</License>
|
||||
<License>GPLv1</License>
|
||||
<PartOf>programming.language.perl</PartOf>
|
||||
<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="a6d6dca16483a9e6fd57838e36ba94fa2e5b26e4" type="targz">http://www.cpan.org/authors/id/G/GF/GFRANKS/Test-MockModule-0.11.tar.gz</Archive>
|
||||
<Archive sha1sum="9208ccb864dad19da805b45dd9b6247fa3d619e2" type="targz">https://cpan.metacpan.org/authors/id/G/GF/GFRANKS/Test-MockModule-v0.171.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>perl-Super</Dependency>
|
||||
<Dependency>perl-Test-Pod</Dependency>
|
||||
<Dependency>perl-Test-Pod-Coverage</Dependency>
|
||||
<Dependency>perl-Module-Build</Dependency>
|
||||
<Dependency>perl-Test-Warnings</Dependency>
|
||||
<Dependency>perl-Test-Pod-Coverage</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>perl-Test-MockModule</Name>
|
||||
<Summary>Override subroutines in a module for unit testing.</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>perl-Super</Dependency>
|
||||
<Dependency>perl-Test-Pod</Dependency>
|
||||
<Dependency>perl-Test-Pod-Coverage</Dependency>
|
||||
<Dependency>perl-Module-Build</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2020-01-02</Date>
|
||||
<Version>0.171.0</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2018-07-26</Date>
|
||||
<Version>0.11</Version>
|
||||
|
||||
Reference in New Issue
Block a user