[Catalyst-commits] r8443 -
Catalyst-Authentication-Credential-HTTP/1.000/trunk
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Wed Sep 24 16:53:02 BST 2008
Author: t0m
Date: 2008-09-24 16:53:01 +0100 (Wed, 24 Sep 2008)
New Revision: 8443
Modified:
Catalyst-Authentication-Credential-HTTP/1.000/trunk/Makefile.PL
Log:
Add C::A::F to dependency list to keep CPANTS kwalitee happy
Modified: Catalyst-Authentication-Credential-HTTP/1.000/trunk/Makefile.PL
===================================================================
--- Catalyst-Authentication-Credential-HTTP/1.000/trunk/Makefile.PL 2008-09-24 14:52:57 UTC (rev 8442)
+++ Catalyst-Authentication-Credential-HTTP/1.000/trunk/Makefile.PL 2008-09-24 15:53:01 UTC (rev 8443)
@@ -10,6 +10,7 @@
requires 'Test::Exception';
requires 'Test::MockObject';
requires 'URI::Escape';
+requires 'Class::Accessor::Fast';
auto_install;
WriteAll;
More information about the Catalyst-commits
mailing list