[go: up one dir, main page]

File: Makefile.PL

package info (click to toggle)
rt-extension-nagios 1.01-1.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 352 kB
  • sloc: perl: 109; makefile: 3
file content (8 lines) | stat: -rw-r--r-- 145 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
use inc::Module::Install;

RTx('RT-Extension-Nagios');

repository('https://github.com/bestpractical/rt-extension-nagios');

sign();
WriteAll();