File: rt88915.t

package info (click to toggle)
libsoap-lite-perl 1.27-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 1,680 kB
  • sloc: perl: 8,908; makefile: 23; cs: 16
file content (10 lines) | stat: -rw-r--r-- 211 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
use strict;
use warnings;
use Test::More tests => 1;

use Test::Warn;

warnings_are {
    eval q| use SOAP::Lite +trace => [ transport => sub { } ]; |;
}
[], "No warnings found when importing +trace with subs";