perl-* ver. bump

This commit is contained in:
Rmys
2025-07-08 21:16:30 +03:00
parent f237573a71
commit 1eb6e25aa6
17 changed files with 358 additions and 362 deletions
@@ -0,0 +1,20 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import perlmodules
def setup():
perlmodules.configure()
def build():
perlmodules.make()
def check():
perlmodules.make("test")
def install():
perlmodules.install()