File: 00_compile.t

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 (10 lines) | stat: -rw-r--r-- 159 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
package DebugScreen::Test;

use Test::More tests => 1;

use base qw(CGI::Application);
use lib '../lib';
use_ok('CGI::Application::Plugin::DebugScreen');

1;