no functional changes, just cleanup of pod and re-order methods
[perl-cwmp.git] / Makefile.PL
index 92137f1..31c79c4 100644 (file)
@@ -3,7 +3,7 @@ use lib './lib';
 use inc::Module::Install;
 
 name           'CWMP';
-version                '0.04';
+version                '0.07';
 license                'GPL';
 requires       'Net::Server';
 requires       'HTTP::Daemon';
@@ -26,7 +26,7 @@ build_requires 'Test::More';
 
 my_targets();
 
-clean_files('dump/* yaml state.db');
+clean_files('dump/* yaml state.db html t/var/*');
 
 auto_install;