File: 00.load.t

package info (click to toggle)
libcgi-application-plugin-linkintegrity-perl 0.06-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 308 kB
  • sloc: perl: 269; sh: 7; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 274 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13

use Test::More tests => 1;
use CGI::Application;

BEGIN {
    @::ISA = qw(CGI::Application);
}

BEGIN {
    use_ok( 'CGI::Application::Plugin::LinkIntegrity' );
}

diag( "Testing CGI::Application::Plugin::LinkIntegrity $CGI::Application::Plugin::LinkIntegrity::VERSION" );