perl-Test-Pod:rebuilt

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