diff --git a/Makefile.PL b/Makefile.PL index f17cb9c..f61d301 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -34,5 +34,5 @@ WriteMakefile( COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, - clean => { FILES => 'Struct-Path-*' }, + clean => { FILES => 'Struct-Path-* cover_db' }, );