File: t0.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 (16 lines) | stat: -rw-r--r-- 301 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/env perl

# $Id: t0.t 30 2011-06-10 04:48:54Z stro $

use strict;
use warnings;

BEGIN {
    use Test;
    plan('tests' => 1);
}

require CGI::Application::Plugin::DevPopup::Query; # require, no use -- import wouldn't work this way

ok(1); # sanity check and other modules skipping workaround