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

13 lines
178 B
Perl
Raw Normal View History

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