--- google/trunk/Makefile.PL 2007/10/27 22:55:04 159 +++ 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'; @@ -26,7 +26,7 @@ my_targets(); -clean_files('dump/* yaml state.db'); +clean_files('dump/* yaml state.db html t/var/*'); auto_install;