]> git.proxmox.com Git - pmg-api.git/blame - src/bin/pmgreport
dkim: add QID in warnings
[pmg-api.git] / src / bin / pmgreport
CommitLineData
3dfe317a
DM
1#!/usr/bin/perl -T
2
3use strict;
4use warnings;
5
6use PMG::CLI::pmgreport;
7
8PMG::CLI::pmgreport->run_cli_handler();