File: 00-load.t

package info (click to toggle)
libcgi-application-plugin-devpopup-perl 1.07-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 292 kB
  • sloc: perl: 481; sh: 56; makefile: 4
file content (9 lines) | stat: -rw-r--r-- 216 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
#!perl -T

use Test::More tests => 1;

BEGIN {
	require_ok( 'CGI::Application::Plugin::DevPopup' );
}

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