Version 1.017
[catagits/Catalyst-Authentication-Store-LDAP.git] / t / 01-basic.t
CommitLineData
821627ad 1use strict;
2use Test::More tests => 2;
3use_ok('Catalyst');
4use_ok('Catalyst::Authentication::Store::LDAP');
5
6diag("Testing Catalyst::Authentication::Store::LDAP version " .
7 $Catalyst::Authentication::Store::LDAP::VERSION);
8diag("Testing Catalyst version " . $Catalyst::VERSION);
9