don't depend on FreezeThaw, we eval it on demand only for ancient backcompat
[DBIx-DBSchema.git] / Makefile.PL
index 14c04d4..c1876de 100644 (file)
@@ -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,
                       },
 );