--- google/trunk/Makefile.PL 2007/10/27 22:54:11 155 +++ google/trunk/Makefile.PL 2007/10/27 22:55:45 162 @@ -3,7 +3,7 @@ use inc::Module::Install; name 'CWMP'; -version '0.04'; +version '0.05'; license 'GPL'; requires 'Net::Server'; requires 'HTTP::Daemon'; @@ -25,7 +25,8 @@ build_requires 'Test::More'; my_targets(); -clean_files('dump/* yaml state.db'); + +clean_files('dump/* yaml state.db html t/var/*'); auto_install;