X-Git-Url: http://git.rot13.org/?p=perl-cwmp.git;a=blobdiff_plain;f=Makefile.PL;h=74315690de07dffb9412e8fe7bc217e2ca7c798e;hp=8158a3bdef9219ffb0aa808e61ca898ff5e7ee92;hb=404719834facfd31ccd878872a42697bab78d368;hpb=d2034a591bdb752b475c7249e8cf6eae20a75d94 diff --git a/Makefile.PL b/Makefile.PL index 8158a3b..7431569 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,7 +3,7 @@ use lib './lib'; use inc::Module::Install; name 'CWMP'; -version '0.04'; +version '0.06'; license 'GPL'; requires 'Net::Server'; requires 'HTTP::Daemon'; @@ -25,7 +25,8 @@ requires 'Hash::Merge'; build_requires 'Test::More'; my_targets(); -clean_files('dump/* yaml state.db'); + +clean_files('dump/* yaml state.db html t/var/*'); auto_install;