perl-Test-MockModule:ver bump
This commit is contained in:
@@ -7,16 +7,20 @@
|
|||||||
from pisi.actionsapi import pisitools
|
from pisi.actionsapi import pisitools
|
||||||
from pisi.actionsapi import perlmodules
|
from pisi.actionsapi import perlmodules
|
||||||
|
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
perlmodules.configure()
|
perlmodules.configure()
|
||||||
|
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
perlmodules.make()
|
perlmodules.make()
|
||||||
|
|
||||||
|
|
||||||
def check():
|
def check():
|
||||||
perlmodules.make("test")
|
perlmodules.make("test")
|
||||||
|
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
perlmodules.install()
|
perlmodules.install()
|
||||||
|
|
||||||
pisitools.dodoc("Changes", "LICENSE", "README*")
|
pisitools.dodoc("Changes", "LICENSE", "README*")
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>Override subroutines in a module for unit testing.</Summary>
|
<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>
|
<Description>Test-MockModule lets you temporarily redefine subroutines in other packages for the purposes of unit testing.</Description>
|
||||||
<Archive sha1sum="469a13ae29b6b9bbf97d868b79bfad4d1f5fa356" type="targz">https://cpan.metacpan.org/authors/id/G/GF/GFRANKS/Test-MockModule-v0.173.0.tar.gz</Archive>
|
<Archive sha1sum="db4e8862a560c10501e43c75e53e5b0e243bc0f3" type="targz">https://cpan.metacpan.org/authors/id/G/GF/GFRANKS/Test-MockModule-v0.175.0.tar.gz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>perl</Dependency>
|
<Dependency>perl</Dependency>
|
||||||
<Dependency>perl-Super</Dependency>
|
<Dependency>perl-Super</Dependency>
|
||||||
@@ -39,6 +39,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="6">
|
||||||
|
<Date>2020-10-01</Date>
|
||||||
|
<Version>0.175.0</Version>
|
||||||
|
<Comment>Minor version bump.</Comment>
|
||||||
|
<Name>Blue Devil</Name>
|
||||||
|
<Email>bluedevil@sctzine.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="5">
|
<Update release="5">
|
||||||
<Date>2020-07-20</Date>
|
<Date>2020-07-20</Date>
|
||||||
<Version>0.173.0</Version>
|
<Version>0.173.0</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user