File: Makefile.PL

package info (click to toggle)
libsyntax-highlight-engine-kate-perl 0.14%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 3,848 kB
  • sloc: perl: 84,065; ruby: 176; asm: 166; cpp: 144; jsp: 128; haskell: 116; sh: 111; f90: 99; python: 98; ml: 75; xml: 43; yacc: 37; ansic: 32; tcl: 29; lisp: 24; makefile: 14; awk: 13; php: 5
file content (25 lines) | stat: -rw-r--r-- 915 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
23
24
25
use 5.006;
use inc::Module::Install 0.91;

name           'Syntax-Highlight-Engine-Kate';
license        'perl';
author         'Hans Jeuken';
all_from       'lib/Syntax/Highlight/Engine/Kate.pm';

requires       'perl'                     => '5.006';
requires       'Carp'                     => '0';
requires       'Path::Tiny'               => '0';
requires       'Data::Dumper'             => '0';
requires       'File::Basename'           => '0';

test_requires  'Test::More'               => '1.00';
test_requires  'Test::Warn'               => '0.30';
test_requires  'Test::Differences'        => '0.61';
test_requires  'Term::ANSIColor'          => '0';

no_index       'directory'                => qw{ t xt eg share inc privinc };
homepage       'http://padre.perlide.org/';
#bugtracker     'http://padre.perlide.org/';
repository     'https://github.com/szabgab/Syntax-Highlight-Engine-Kate';

WriteAll;