X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile.PL;h=c1876de4abf97ed19a31f633a5ca175d9e76301f;hb=96622e37f51f347eb08b90c81add4f767a1ef367;hp=14c04d4ecccef03c8ee78652a868c8d3d851f1ca;hpb=8fd0d8f3ddca423ba8cdc5aceb7c6c7677c6f80c;p=DBIx-DBSchema.git 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, }, );