File: 32-load_warnings.t

package info (click to toggle)
libhttp-exception-perl 0.04006-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 288 kB
  • ctags: 55
  • sloc: perl: 223; makefile: 2
file content (9 lines) | stat: -rwxr-xr-x 171 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
use strict;
use warnings;

use Test::More tests => 1;
use Test::NoWarnings;

# "emulating" warnings under mod_perl
eval "use HTTP::Exception";
eval "use HTTP::Exception";