perl-IO-HTML:ver bump

This commit is contained in:
bluedevil
2020-10-02 23:43:35 +02:00
parent 7bea927cc0
commit b97bbf1146
2 changed files with 19 additions and 8 deletions
@@ -4,21 +4,25 @@
# Licensed under the GNU General Public License, version 3.
# 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
from pisi.actionsapi import pisitools
from pisi.actionsapi import perlmodules
WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION())
def setup():
perlmodules.configure()
def build():
perlmodules.make()
def check():
perlmodules.make("test")
def install():
perlmodules.install()
pisitools.dodoc("LICENSE","README")
pisitools.dodoc("LICENSE","README")