X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=411587b9b8e3e5c0c7ea91005c6c299aa5a51331;hb=2690c1e351ec34f25c67ceae98ce025ad86f3fb1;hp=95a2c57968d6f21db5f34f8c7ccd2b7b1c0b0628;hpb=e385da713da3f03f39bc2a43121ca9334e39155c;p=catagits%2FCatalyst-Authentication-Store-LDAP.git diff --git a/Makefile.PL b/Makefile.PL index 95a2c57..411587b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -7,6 +7,7 @@ version_from('lib/Catalyst/Authentication/Store/LDAP.pm'); license('perl'); requires('Net::LDAP'); +requires( 'Class::Accessor::Fast' => '0.50' ); requires( 'Catalyst::Plugin::Authentication' => '0.10003' ); #requires('Catalyst::Model::LDAP');