Skip to content

Update SPEC file for 1.3.14 #6

Update SPEC file for 1.3.14

Update SPEC file for 1.3.14 #6

Workflow file for this run

name: CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Perl dependencies
run: sudo apt install libmodule-build-perl libapache-session-perl libjson-perl libdbi-perl libdbd-sqlite3-perl libnet-ldap-perl libredis-perl libdbd-mysql-perl
- name: Build and run tests
run: |
perl Build.PL
./Build
./Build test