File: WWW-ORCID-Transport-LWP.t

package info (click to toggle)
libwww-orcid-perl 0.0402-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,140 kB
  • sloc: javascript: 29,967; perl: 832; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 178 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/env perl

use strict;
use warnings;
use Test::More;
use Test::Exception;

my $pkg;

BEGIN {
    $pkg = 'WWW::ORCID::Transport::LWP';
    use_ok $pkg;
}

done_testing;