File: 00-load.t

package info (click to toggle)
libcgi-application-perl 4.50-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 792 kB
  • ctags: 238
  • sloc: perl: 1,384; sh: 38; makefile: 7
file content (9 lines) | stat: -rw-r--r-- 212 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
#!perl -T

use Test::More tests => 1;

BEGIN {
	use_ok( 'CGI::Application::Standard::Config' );
}

diag( "Testing CGI::Application::Standard::Config $CGI::Application::Standard::Config::VERSION, Perl $], $^X" );