File: rt74308.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-- 144 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
use strict;
use warnings;
use Test::More tests => 1;

use SOAP::Lite;
eval {
    my $soap = SOAP::Lite->service("file:$0.wsdl");
};

ok (! $@);