Merge branch 'persist_in_session'
[catagits/Catalyst-Authentication-Store-LDAP.git] / t / 05-user_attributes.t
index 54d79c9..01cf244 100644 (file)
@@ -2,15 +2,11 @@
 
 use strict;
 use warnings;
-use Catalyst::Exception;
 
 use Test::More;
 use lib 't/lib';
 use LDAPTest;
 
-eval "use Catalyst::Model::LDAP";
-plan skip_all => "Catalyst::Model::LDAP not installed" if $@;
-
 my $server = LDAPTest::spawn_server();
 
 use_ok("Catalyst::Authentication::Store::LDAP::Backend");