From: David Kamholz Date: Mon, 28 Nov 2005 17:47:18 +0000 (+0000) Subject: - fixed typo in Credential::TypeKey X-Git-Tag: v0.03~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c9a032f6449c1e141a6dcd4f4cc40eded61f82e8;p=catagits%2FCatalyst-Authentication-Credential-HTTP-Proxy.git - fixed typo in Credential::TypeKey --- diff --git a/Build.PL b/Build.PL index b510d5a..edde2c7 100644 --- a/Build.PL +++ b/Build.PL @@ -12,7 +12,7 @@ my $build = Module::Build->new( }, build_requires => { 'Test::MockObject' => '1.01' - } + }, create_readme => 1, sign => 1, );