perl-Test-MockModule:ver bump
This commit is contained in:
@@ -7,16 +7,20 @@
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import perlmodules
|
||||
|
||||
|
||||
def setup():
|
||||
perlmodules.configure()
|
||||
|
||||
|
||||
def build():
|
||||
perlmodules.make()
|
||||
|
||||
|
||||
def check():
|
||||
perlmodules.make("test")
|
||||
|
||||
|
||||
def install():
|
||||
perlmodules.install()
|
||||
|
||||
pisitools.dodoc("Changes", "LICENSE", "README*")
|
||||
pisitools.dodoc("Changes", "LICENSE", "README*")
|
||||
|
||||
Reference in New Issue
Block a user