summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Klausner <domm@cpan.org>2008-12-01 23:11:08 +0100
committerThomas Klausner <domm@cpan.org>2008-12-01 23:11:08 +0100
commit436df011b95a99ed31fcaeffe04765127bc14936 (patch)
tree3bb5b1ab9f3ad146f473af015cb56eb040572a08
parentadded memcached for sessions (diff)
downloadSimple-OpenID-436df011b95a99ed31fcaeffe04765127bc14936.tar.gz
Simple-OpenID-436df011b95a99ed31fcaeffe04765127bc14936.tar.bz2
Simple-OpenID-436df011b95a99ed31fcaeffe04765127bc14936.zip
add dependecy on Crypt::SSLeay
-rw-r--r--Build.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build.PL b/Build.PL
index 5058602..ef93b95 100644
--- a/Build.PL
+++ b/Build.PL
@@ -18,7 +18,7 @@ my $builder = Module::Build->new(
'Catalyst::Plugin::Session' => '0',
'Catalyst::Plugin::Session::State::Cookie' => '0',
'Catalyst::Plugin::Session::Store::FastMmap' => '0',
-
+ 'Crypt::SSLeay'=>'0',
},