Dev release with some user supplied extension stuff; 0.16_01 on CPAN.
[catagits/Catalyst-Authentication-Credential-OpenID.git] / Makefile.PL
index f78435c..277003c 100644 (file)
@@ -1,10 +1,11 @@
 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;
@@ -17,9 +18,9 @@ requires "Catalyst::Plugin::Session::Store::FastMmap" => "0.05";
 requires "Catalyst::Plugin::Session::State::Cookie" => "0.08";
 requires "Catalyst::Engine::HTTP" => undef;
 
-recommends "Config::General"   => "2";
-recommends "YAML"        => "0.6";
-recommends "Math::BigInt"    => undef;
+recommends "Config::General"     => "2";
+recommends "YAML"                => "0.6";
+recommends "Math::BigInt"        => undef;
 recommends "LWPx::ParanoidAgent" => "1.03";
 
 test_requires "Catalyst::Engine::HTTP";