File: Makefile.PL

package info (click to toggle)
plsense 0.3.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,012 kB
  • sloc: perl: 9,767; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 476 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
use strict;
use inc::Module::Install;

all_from 'lib/PlSense.pm';
repository 'https://github.com/aki2o/plsense';
bugtracker 'https://github.com/aki2o/plsense/issues';

auto_include_deps();

install_script 'bin/plsense';
install_script 'bin/plsense-server-main';
install_script 'bin/plsense-server-resolve';
install_script 'bin/plsense-server-work';
install_script 'bin/plsense-worker-build';
install_script 'bin/plsense-worker-find';

tests_recursive;

#cpanfile;

WriteAll;