perl-Test-Deep:version bump

This commit is contained in:
blue-devil
2020-01-11 17:14:53 +00:00
parent 562aaaae1b
commit c503a488a2
3 changed files with 15 additions and 4 deletions
@@ -5,6 +5,7 @@
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import perlmodules
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION())
@@ -20,3 +21,4 @@ def check():
def install():
perlmodules.install()
pisitools.dodoc("README*")