perl-Pod-Coverage:rebuilt

This commit is contained in:
blue-devil
2020-01-11 16:00:13 +00:00
parent a553e1da92
commit e9b8d7dc5a
3 changed files with 16 additions and 5 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("Changes")