Switch from Clone::Fast to Storable dclone for deep copy

This commit is contained in:
Gryphon Shafer
2013-06-10 16:48:21 -07:00
parent e371953544
commit e7764f004b
3 changed files with 14 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ WriteMakefile(
PREREQ_PM => {
'Test::More' => 0,
'SQL::Abstract' => 1.5,
'Clone::Fast' => 0,
'Storable' => 0,
},
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
clean => { FILES => 'SQL-Abstract-Complete-*' },