Small cleanups
[catagits/Catalyst-Authentication-Credential-OpenID.git] / Makefile.PL
index ead2392..7f6782c 100644 (file)
@@ -1,17 +1,17 @@
 use inc::Module::Install 0.87;
+use strict;
+use warnings;
 
 name      "Catalyst-Authentication-Credential-OpenID";
 all_from  "lib/Catalyst/Authentication/Credential/OpenID.pm";
-author    "Ashley Pond V <ashley@cpan.org>";
+author    "Ashley Pond V <ashley\@cpan.org>";
 
-requires "parent"        => "0.2";
 requires "Class::Accessor::Fast" => undef;
 requires "HTML::Parser"     => "3";
 requires "LWP::UserAgent"    => undef;
 requires "Cache::FastMmap"    => "1.28";
 requires "Catalyst"       => "5.7";
 requires "Catalyst::Devel"    => "1";
-requires "Crypt::DH"       => "0.05"; # IIRC OpenID stuff forgets to prereq this
 requires "Net::OpenID::Consumer" => "1.03";
 requires "Catalyst::Authentication::User::Hash" => undef;
 requires "Catalyst::Plugin::Session::Store::FastMmap" => "0.05";
@@ -26,8 +26,8 @@ recommends "LWPx::ParanoidAgent" => "1.03";
 test_requires "Catalyst::Engine::HTTP";
 
 test_requires "Test::More"      => "0.42";
-# test_requires "Net::OpenID::Server" => "1.02";
 # test_requires "Test::WWW::Mechanize" => "1.20";
+# test_requires "Net::OpenID::Server" => "1.02";
 # test_requires "Net::DNS"       => undef;
 # test_requires "IO::Socket::INET"   => undef;