3.7-experimental... OpenID required?

Hi, it looks like the following modules are required for the 3.7 branch?

Net::OpenID::Consumer
LWPx::ParanoidAgent
Cache::FileCache

whether or not the $WebOpenIdAuth option is set.

And the “make testdeps” is not reporting these as dependencies. Maybe the
following patch is necessary?

Jason

diff --git a/Makefile.in b/Makefile.in
index a76bea2…9b47459 100755
— a/Makefile.in
+++ b/Makefile.in
@@ -262,7 +262,7 @@ upgrade-noclobber: config-install libs-install
html-install bin-install local-in

{{{ dependencies

testdeps:

  •   $(PERL) ./sbin/rt-test-dependencies --verbose --with-$(DB_TYPE)
    

–with-$(WEB_HANDLER)

  •   $(PERL) ./sbin/rt-test-dependencies --verbose --with-$(DB_TYPE)
    

–with-$(WEB_HANDLER) --with-OPENID

depends: fixdeps

Hi, it looks like the following modules are required for the 3.7
branch?

Net::OpenID::Consumer
LWPx::ParanoidAgent
Cache::FileCache

That’s actually likely to get backed out in the near future.

PGP.sig (186 Bytes)

Jesse Vincent wrote:> On Oct 26, 2007, at 4:34 PM, Jason Long wrote:

Hi, it looks like the following modules are required for the 3.7 branch?

Net::OpenID::Consumer
LWPx::ParanoidAgent
Cache::FileCache

That’s actually likely to get backed out in the near future.

Ok, cool, I decided to do that here too.
Jason