X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=Makefile.PL;h=31c79c400e06129c255900db4c52d35cfd6ee42c;hb=172db50375bdd0143d5b4de649606d90057317ca;hp=8158a3bdef9219ffb0aa808e61ca898ff5e7ee92;hpb=d2034a591bdb752b475c7249e8cf6eae20a75d94;p=perl-cwmp.git diff --git a/Makefile.PL b/Makefile.PL index 8158a3b..31c79c4 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.07'; 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;