From: Marcus Ramberg Date: Fri, 22 Apr 2005 11:40:49 +0000 (+0000) Subject: fixed: typo X-Git-Tag: 5.7099_04~1454 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=bb5ef9d77cb25af8a0f71d509c6af1debd7e62e5 fixed: typo --- diff --git a/Build.PL b/Build.PL index e6decc6..8444e4b 100644 --- a/Build.PL +++ b/Build.PL @@ -16,7 +16,7 @@ my $build = Module::Build->new( 'HTTP::Request' => 0, 'HTTP::Response' => 0, 'LWP::UserAgent' => 0, - 'Module::Pluggable::Fast' => 0.14.14, + 'Module::Pluggable::Fast' => 0.14, 'Path::Class' => 0, 'Template' => 0, 'Text::ASCIITable' => 0,