File: 00.load.t

package info (click to toggle)
libcgi-application-plugin-formstate-perl 0.12-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 228 kB
  • sloc: perl: 224; sh: 7; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 257 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
use Test::More tests => 1;

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

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

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