From: Ivan Kohler Date: Mon, 4 Nov 2013 19:29:16 +0000 (-0800) Subject: don't depend on FreezeThaw, we eval it on demand only for ancient backcompat X-Git-Url: http://git.freeside.biz/gitweb/?p=DBIx-DBSchema.git;a=commitdiff_plain;h=96622e37f51f347eb08b90c81add4f767a1ef367 don't depend on FreezeThaw, we eval it on demand only for ancient backcompat --- diff --git a/Makefile.PL b/Makefile.PL index 14c04d4..c1876de 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,8 +5,8 @@ WriteMakefile( 'NAME' => 'DBIx::DBSchema', 'VERSION_FROM' => 'DBSchema.pm', # finds $VERSION 'PREREQ_PM' => { - 'DBI' => 0, - 'FreezeThaw' => 0, + 'DBI' => 0, + #'FreezeThaw' => 0, 'Storable' => 0, }, );