From: Andy Grundman Date: Mon, 14 Nov 2005 17:57:49 +0000 (+0000) Subject: Fixed typo in Build.PL X-Git-Tag: v0.05005~176 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c1124f1989c22df397a89045734e2876d15c395c;hp=38659261da1bbd4ebc0b86d1897f2f3abe3f89a8;p=dbsrgits%2FDBIx-Class.git Fixed typo in Build.PL --- diff --git a/Build.PL b/Build.PL index 0c22671..a741a69 100644 --- a/Build.PL +++ b/Build.PL @@ -18,7 +18,7 @@ my %arguments = ( 'Storable' => 0, 'Module::Find' => 0, }, - reommends => { + recommends => { 'Data::UUID' => 0, }, create_makefile_pl => 'passthrough',