File: Makefile.PL

package info (click to toggle)
rt-extension-customfieldsonupdate 1.03-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 248 kB
  • sloc: perl: 2,402; sh: 60; makefile: 29
file content (11 lines) | stat: -rw-r--r-- 224 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
use inc::Module::Install;

RTx         'RT-Extension-CustomFieldsOnUpdate';

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

requires_rt('4.0.3');
rt_too_new('5.2.0');

sign();
WriteAll();