File: 00-load.t

package info (click to toggle)
libnet-ldap-sid-perl 0.001-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 108 kB
  • ctags: 8
  • sloc: perl: 135; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 221 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!perl -T
use 5.006;
use strict;
use warnings;
use Test::More;

plan tests => 1;

BEGIN {
    use_ok( 'Net::LDAP::SID' ) || print "Bail out!\n";
}

diag( "Testing Net::LDAP::SID $Net::LDAP::SID::VERSION, Perl $], $^X" );