X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=Makefile.PL;h=31c79c400e06129c255900db4c52d35cfd6ee42c;hb=f164de0a280f1ebcf8fd031f58ea917fb79bcedf;hp=92137f17cd6a439430fb9a2c26dd36df9c9c4132;hpb=84d3632280de4b9eeffbe958e9c0b25223e9d2ec;p=perl-cwmp.git diff --git a/Makefile.PL b/Makefile.PL index 92137f1..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'; @@ -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;