Add missing dependency on Class::Accessor::Fast (RT#127730)
Dagfinn Ilmari Mannsåker [Wed, 26 May 2021 09:49:02 +0000 (10:49 +0100)]
Changes
Makefile.PL

diff --git a/Changes b/Changes
index 07aeae9..de26341 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
 1.017
   - Minor POD spelling, formatting and link fixes
+  - Add missing dependency on Class::Accessor::Fast (RT#127730)
 
 1.016 11 Februrary 2016
   - Document how to limit the attributes returned from the LDAP search
index 95a2c57..411587b 100644 (file)
@@ -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');