fix Module::Install without . in @INC
[catagits/Catalyst-Plugin-Authentication.git] / Makefile.PL
index a2fd025..92834a4 100644 (file)
@@ -1,5 +1,6 @@
 use strict;
 use warnings;
+use lib '.';
 use inc::Module::Install 0.87;
 use Module::Install::AuthorRequires;
 use Module::Install::AuthorTests;
@@ -37,7 +38,7 @@ author_requires(
     'Test::WWW::Mechanize::Catalyst' => 0,
     'Catalyst::Plugin::Session' => '0.10',
     'Catalyst::Plugin::Session::State::Cookie' => 0,
-    'Digest::SHA1' => 0,
+    'Digest::SHA' => 0,
 );
 
 author_tests 't/author';