File: 01use.t

package info (click to toggle)
libhttp-request-ascgi-perl 1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 156 kB
  • ctags: 7
  • sloc: perl: 461; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 93 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
#!perl

use Test::More 'no_plan';

use strict;
use warnings;

use_ok 'HTTP::Request::AsCGI';