File: Makefile.PL

package info (click to toggle)
libcgi-application-plugin-debugscreen-perl 1.00-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 200 kB
  • sloc: perl: 1,566; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 396 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
use inc::Module::Install;
name 'CGI-Application-Plugin-DebugScreen';
all_from 'lib/CGI/Application/Plugin/DebugScreen.pm';

requires 'HTML::Template';
requires 'Devel::StackTrace';
requires 'IO::File';
requires 'CGI::Application' => '4.0';
requires 'CGI::Application::Plugin::ViewCode';
requires 'UNIVERSAL::require';

test_requires 'Test::More';

tests 't/*.t';

auto_set_repository;
WriteAll;