File: 000.load.t

package info (click to toggle)
libcgi-simple-perl 1.282-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 604 kB
  • sloc: perl: 1,885; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 119 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
use Test::More tests => 1;

BEGIN {
  use_ok( 'CGI::Simple' );
}

diag( "Testing CGI::Simple $CGI::Simple::VERSION" );