File: 00-load.t

package info (click to toggle)
libjifty-plugin-authzldap-perl 0.90000-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 224 kB
  • ctags: 147
  • sloc: perl: 1,829; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 116 bytes parent folder | download
1
2
3
4
5
6
#!/usr/bin/env perl -w
use strict;
use Test::More tests => 1;
use lib qw(lib);

use_ok('Jifty::Plugin::AuthzLDAP');