ljr/wcmtools/ddlockd/api/perl/t/00_require.t

13 lines
178 B
Perl
Executable File

#!/usr/bin/perl -w
use strict;
use Test;
BEGIN { plan tests => 3 }
ok( eval { require DDLockClient; 1 } );
ok( exists $::{"DDLockClient::"} );
ok( exists $::{"DDLock::"} );