X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile.PL;h=14c04d4ecccef03c8ee78652a868c8d3d851f1ca;hb=c9933e54a5baf2190dbad4c2eda26be1d04321ef;hp=4a76d5976476e866b087a17ac6658107b42c8d3f;hpb=188c6f3bf205ca0397299a97a11c5396ae190e66;p=DBIx-DBSchema.git diff --git a/Makefile.PL b/Makefile.PL index 4a76d59..14c04d4 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,5 +6,7 @@ WriteMakefile( 'VERSION_FROM' => 'DBSchema.pm', # finds $VERSION 'PREREQ_PM' => { 'DBI' => 0, + 'FreezeThaw' => 0, + 'Storable' => 0, }, );