init
This commit is contained in:
12
wcmtools/ddlockd/api/perl/t/00_require.t
Executable file
12
wcmtools/ddlockd/api/perl/t/00_require.t
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/perl -w
|
||||
|
||||
use strict;
|
||||
use Test;
|
||||
|
||||
BEGIN { plan tests => 3 }
|
||||
|
||||
ok( eval { require DDLockClient; 1 } );
|
||||
ok( exists $::{"DDLockClient::"} );
|
||||
ok( exists $::{"DDLock::"} );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user